Searched defs:DTRACE_HASHPREV (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c319 #define DTRACE_HASHPREV(hash, probe) \ macro
7562 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL);
7566 prevp = DTRACE_HASHPREV(hash, bucket->dthb_chain);
7611 dtrace_probe_t **prevp = DTRACE_HASHPREV(hash, probe);
7655 *(DTRACE_HASHPREV(hash, *nextp)) = *prevp;

Completed in 82 milliseconds