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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c408 #define DTRACE_HASHPREV(hash, probe) \ macro
8099 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL);
8103 prevp = DTRACE_HASHPREV(hash, bucket->dthb_chain);
8148 dtrace_probe_t **prevp = DTRACE_HASHPREV(hash, probe);
8192 *(DTRACE_HASHPREV(hash, *nextp)) = *prevp;

Completed in 166 milliseconds