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

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c381 #define DTRACE_HASHPREV(hash, probe) \ macro
6706 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL);
6710 prevp = DTRACE_HASHPREV(hash, bucket->dthb_chain);
6755 dtrace_probe_t **prevp = DTRACE_HASHPREV(hash, probe);
6799 *(DTRACE_HASHPREV(hash, *nextp)) = *prevp;

Completed in 206 milliseconds