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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddtrace_impl.h512 * DTRACESPEC_INACTIVE <= Initial state; inactive speculation
550 DTRACESPEC_INACTIVE = 0, enumerator in enum:dtrace_speculation_state
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c2462 if (current != DTRACESPEC_INACTIVE) {
2504 dtrace_speculation_state_t current, new = DTRACESPEC_INACTIVE;
2534 case DTRACESPEC_INACTIVE:
2622 * buffer, we can just set the state back to DTRACESPEC_INACTIVE.
2627 DTRACESPEC_COMMITTING, DTRACESPEC_INACTIVE);
2652 dtrace_speculation_state_t current, new = DTRACESPEC_INACTIVE;
2678 case DTRACESPEC_INACTIVE:
2691 new = DTRACESPEC_INACTIVE;
2819 new = DTRACESPEC_INACTIVE;
2842 dtrace_speculation_state_t current, new = DTRACESPEC_INACTIVE;
[all...]

Completed in 178 milliseconds