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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c354 #define DTRACE_HASHPREV(hash, probe) \ macro
6122 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL);
6126 prevp = DTRACE_HASHPREV(hash, bucket->dthb_chain);
6171 dtrace_probe_t **prevp = DTRACE_HASHPREV(hash, probe);
6215 *(DTRACE_HASHPREV(hash, *nextp)) = *prevp;

Completed in 33 milliseconds