Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dsched_amp_common.c410 case SCHED_IPI_EVENT_PREEMPT: in sched_amp_ipi_policy()
H A Dsched_prim.h340 SCHED_IPI_EVENT_PREEMPT = 0x2, enumerator
H A Dsched_prim.c2704 ipi_type = sched_ipi_action(sprocessor, NULL, SCHED_IPI_EVENT_PREEMPT); in thread_select()
4666 case SCHED_IPI_EVENT_PREEMPT: in sched_ipi_policy()
4834 …_event_t event = (options & SCHED_REBALANCE) ? SCHED_IPI_EVENT_REBALANCE : SCHED_IPI_EVENT_PREEMPT; in processor_setrun()
H A Dsched_clutch.c4930 case SCHED_IPI_EVENT_PREEMPT: in sched_edge_ipi_policy()