Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Ddtrace_impl.h1002 DTRACE_ACTIVITY_COOLDOWN, /* while stopping */ enumerator
/xnu-11417.140.69/bsd/dev/dtrace/
H A Ddtrace.c7630 if (current == DTRACE_ACTIVITY_COOLDOWN) in dtrace_probe()
12216 if (state->dts_activity != DTRACE_ACTIVITY_COOLDOWN && in dtrace_buffer_reserve()
14813 state->dts_activity = DTRACE_ACTIVITY_COOLDOWN; in dtrace_state_stop()
14815 ASSERT(state->dts_activity == DTRACE_ACTIVITY_COOLDOWN); in dtrace_state_stop()