Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c418 #define DTRACE_HASHPREV(hash, probe) \ macro
8125 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL);
8129 prevp = DTRACE_HASHPREV(hash, bucket->dthb_chain);
8174 dtrace_probe_t **prevp = DTRACE_HASHPREV(hash, probe);
8218 *(DTRACE_HASHPREV(hash, *nextp)) = *prevp;