Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h140 int dth_mask; /* mask to index into table */ member
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c7564 hash->dth_mask = hash->dth_size - 1; in dtrace_hash_create()
7615 hash->dth_mask = new_mask; in dtrace_hash_resize()
7622 int ndx = hashval & hash->dth_mask; in dtrace_hash_add()
7661 int ndx = hashval & hash->dth_mask; in dtrace_hash_lookup()
7676 int ndx = hashval & hash->dth_mask; in dtrace_hash_collisions()
7690 int ndx = DTRACE_HASHSTR(hash, probe) & hash->dth_mask; in dtrace_hash_remove()