Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kern/
H A Dsched_amp_common.c410 case SCHED_IPI_EVENT_PREEMPT: in sched_amp_ipi_policy()
H A Dsched_prim.h351 SCHED_IPI_EVENT_PREEMPT = 0x2, enumerator
H A Dsched_prim.c2769 ipi_type = sched_ipi_action(sprocessor, NULL, SCHED_IPI_EVENT_PREEMPT); in thread_select()
4715 case SCHED_IPI_EVENT_PREEMPT: in sched_ipi_policy()
4883 …_event_t event = (options & SCHED_REBALANCE) ? SCHED_IPI_EVENT_REBALANCE : SCHED_IPI_EVENT_PREEMPT; in processor_setrun()
H A Dsched_clutch.c4928 case SCHED_IPI_EVENT_PREEMPT: in sched_edge_ipi_policy()