Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h1044 struct dtrace_helpers *dthps_next; /* next pointer */ member
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c9502 next = help->dthps_next;
9503 help->dthps_next = NULL;
15690 if (help->dthps_next == NULL && help->dthps_prev == NULL &&
15694 help->dthps_next = dtrace_deferred_pid;
16211 help->dthps_next != NULL ||
16218 if (help->dthps_next != NULL)
16219 help->dthps_next->dthps_prev = help->dthps_prev;
16221 help->dthps_prev->dthps_next = help->dthps_next;
16223 dtrace_deferred_pid = help->dthps_next;