Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_amp_common.c410 case SCHED_IPI_EVENT_PREEMPT: in sched_amp_ipi_policy()
H A Dsched_prim.h363 SCHED_IPI_EVENT_PREEMPT = 0x2, enumerator
H A Dsched_prim.c2811 ipi_type = sched_ipi_action(sprocessor, NULL, SCHED_IPI_EVENT_PREEMPT); in thread_select()
4802 case SCHED_IPI_EVENT_PREEMPT: in sched_ipi_policy()
4970 …_event_t event = (options & SCHED_REBALANCE) ? SCHED_IPI_EVENT_REBALANCE : SCHED_IPI_EVENT_PREEMPT; in processor_setrun()
H A Dsched_clutch.c4926 case SCHED_IPI_EVENT_PREEMPT: in sched_edge_ipi_policy()