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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c385 #define DTRACE_HASHSTR(hash, probe) \ macro
6882 ndx = DTRACE_HASHSTR(hash, probe) & new_mask;
6899 int hashval = DTRACE_HASHSTR(hash, new);
6938 int hashval = DTRACE_HASHSTR(hash, template);
6953 int hashval = DTRACE_HASHSTR(hash, template);
6968 int ndx = DTRACE_HASHSTR(hash, probe) & hash->dth_mask;

Completed in 211 milliseconds