Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h150 int dth_mask; /* mask to index into table */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8050 hash->dth_mask = hash->dth_size - 1;
8101 hash->dth_mask = new_mask;
8108 int ndx = hashval & hash->dth_mask;
8147 int ndx = hashval & hash->dth_mask;
8162 int ndx = hashval & hash->dth_mask;
8176 int ndx = DTRACE_HASHSTR(hash, probe) & hash->dth_mask;