Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Ddtrace_impl.h156 int dth_nbuckets; /* total number of buckets */ member
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c8086 if ((hash->dth_nbuckets >> 1) > hash->dth_size) {
8095 hash->dth_nbuckets++;
8180 ASSERT(hash->dth_nbuckets > 0);
8181 hash->dth_nbuckets--;