Home
last modified time | relevance | path

Searched refs:SCHED_IPI_EVENT_PREEMPT (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/osfmk/kern/
H A Dsched_amp_common.c423 case SCHED_IPI_EVENT_PREEMPT: in sched_amp_ipi_policy()
H A Dsched_prim.h375 SCHED_IPI_EVENT_PREEMPT = 0x2, enumerator
H A Dsched_prim.c3027 ipi_type = sched_ipi_action(sprocessor, NULL, SCHED_IPI_EVENT_PREEMPT); in thread_select()
5039 case SCHED_IPI_EVENT_PREEMPT: in sched_ipi_policy()
5203 …_event_t event = (options & SCHED_REBALANCE) ? SCHED_IPI_EVENT_REBALANCE : SCHED_IPI_EVENT_PREEMPT; in processor_setrun()
H A Dsched_clutch.c5283 case SCHED_IPI_EVENT_PREEMPT: in sched_edge_ipi_policy()