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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h512 * DTRACESPEC_INACTIVE <= Initial state; inactive speculation
550 DTRACESPEC_INACTIVE = 0, enumerator in enum:dtrace_speculation_state
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c2453 if (current != DTRACESPEC_INACTIVE) {
2495 dtrace_speculation_state_t current, new = DTRACESPEC_INACTIVE;
2525 case DTRACESPEC_INACTIVE:
2613 * buffer, we can just set the state back to DTRACESPEC_INACTIVE.
2618 DTRACESPEC_COMMITTING, DTRACESPEC_INACTIVE);
2643 dtrace_speculation_state_t current, new = DTRACESPEC_INACTIVE;
2669 case DTRACESPEC_INACTIVE:
2682 new = DTRACESPEC_INACTIVE;
2810 new = DTRACESPEC_INACTIVE;
2833 dtrace_speculation_state_t current, new = DTRACESPEC_INACTIVE;
[all...]

Completed in 30 milliseconds