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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace_impl.h147 int dth_mask; /* mask to index into table */ member in struct:dtrace_hash
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c6702 hash->dth_mask = hash->dth_size - 1;
6753 hash->dth_mask = new_mask;
6760 int ndx = hashval & hash->dth_mask;
6799 int ndx = hashval & hash->dth_mask;
6814 int ndx = hashval & hash->dth_mask;
6828 int ndx = DTRACE_HASHSTR(hash, probe) & hash->dth_mask;

Completed in 81 milliseconds