Home
last modified time | relevance | path

Searched refs:dth_nbuckets (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h156 int dth_nbuckets; /* total number of buckets */ member
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c8005 if ((hash->dth_nbuckets >> 1) > hash->dth_size) {
8014 hash->dth_nbuckets++;
8099 ASSERT(hash->dth_nbuckets > 0);
8100 hash->dth_nbuckets--;