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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace_impl.h986 DTRACE_ACTIVITY_COOLDOWN, /* while stopping */ enumerator in enum:dtrace_activity
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c6521 if (current == DTRACE_ACTIVITY_COOLDOWN)
10928 if (state->dts_activity != DTRACE_ACTIVITY_COOLDOWN &&
13537 * DTRACE_ACTIVITY_COOLDOWN and know that we're not racing with any
13539 * and callees to know that the activity is DTRACE_ACTIVITY_COOLDOWN
13542 state->dts_activity = DTRACE_ACTIVITY_COOLDOWN;
13544 ASSERT(state->dts_activity == DTRACE_ACTIVITY_COOLDOWN);

Completed in 78 milliseconds