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

/opensolaris-onvv-gate/usr/src/uts/common/dtrace/
H A Ddcpc.c554 * by transitioning the state byte from DCPC_INTR_INACTIVE (indicating the
563 * enabling is removed, the state byte is set to DCPC_INTR_INACTIVE to indicate
572 ASSERT(cpu_core[c->cpu_id].cpuc_dcpc_intr_state != DCPC_INTR_INACTIVE);
593 ASSERT(cpu_core[c->cpu_id].cpuc_dcpc_intr_state != DCPC_INTR_INACTIVE);
602 * Transition all CPUs dcpc interrupt state from DCPC_INTR_INACTIVE to
612 ASSERT(cpu_core[c->cpu_id].cpuc_dcpc_intr_state == DCPC_INTR_INACTIVE);
621 * Set all CPUs dcpc interrupt state to DCPC_INTR_INACTIVE to indicate that
630 ASSERT(cpu_core[c->cpu_id].cpuc_dcpc_intr_state != DCPC_INTR_INACTIVE);
633 cpu_core[c->cpu_id].cpuc_dcpc_intr_state = DCPC_INTR_INACTIVE;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcpc_impl.h193 DCPC_INTR_INACTIVE, /* The dcpc provider is currently not in use */ enumerator in enum:dcpc_intr_state

Completed in 100 milliseconds