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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c405 #define DTRACE_HASHNEXT(hash, probe) \ macro
8098 nextp = DTRACE_HASHNEXT(hash, new);
8149 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe);
8188 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
8611 probe = *(DTRACE_HASHNEXT(hash, probe))) {

Completed in 213 milliseconds