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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h137 int dth_mask; /* mask to index into table */ member in struct:dtrace_hash
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c6040 hash->dth_mask = hash->dth_size - 1;
6093 hash->dth_mask = new_mask;
6100 int ndx = hashval & hash->dth_mask;
6139 int ndx = hashval & hash->dth_mask;
6154 int ndx = hashval & hash->dth_mask;
6168 int ndx = DTRACE_HASHSTR(hash, probe) & hash->dth_mask;

Completed in 46 milliseconds