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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c402 #define DTRACE_HASHSTR(hash, probe) \ macro
8059 ndx = DTRACE_HASHSTR(hash, probe) & new_mask;
8076 int hashval = DTRACE_HASHSTR(hash, new);
8115 int hashval = DTRACE_HASHSTR(hash, template);
8130 int hashval = DTRACE_HASHSTR(hash, template);
8145 int ndx = DTRACE_HASHSTR(hash, probe) & hash->dth_mask;

Completed in 195 milliseconds