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.c8078 hash->dth_mask = hash->dth_size - 1;
8129 hash->dth_mask = new_mask;
8136 int ndx = hashval & hash->dth_mask;
8175 int ndx = hashval & hash->dth_mask;
8190 int ndx = hashval & hash->dth_mask;
8204 int ndx = DTRACE_HASHSTR(hash, probe) & hash->dth_mask;