Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h1044 struct dtrace_helpers *dthps_next; /* next pointer */ member
/trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c9467 next = help->dthps_next;
9468 help->dthps_next = NULL;
15578 if (help->dthps_next == NULL && help->dthps_prev == NULL &&
15582 help->dthps_next = dtrace_deferred_pid;
16087 help->dthps_next != NULL ||
16094 if (help->dthps_next != NULL)
16095 help->dthps_next->dthps_prev = help->dthps_prev;
16097 help->dthps_prev->dthps_next = help->dthps_next;
16099 dtrace_deferred_pid = help->dthps_next;