Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h150 int dth_mask; /* mask to index into table */ member
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c7846 hash->dth_mask = hash->dth_size - 1;
7897 hash->dth_mask = new_mask;
7904 int ndx = hashval & hash->dth_mask;
7943 int ndx = hashval & hash->dth_mask;
7958 int ndx = hashval & hash->dth_mask;
7972 int ndx = DTRACE_HASHSTR(hash, probe) & hash->dth_mask;