Home
last modified time | relevance | path

Searched refs:sched_ipi_event_t (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.81.2/osfmk/kern/
H A Dsched_prim.h356 } sched_ipi_event_t; typedef
375 extern sched_ipi_type_t sched_ipi_action(processor_t dst, thread_t thread, sched_ipi_event_t event);
380 boolean_t dst_idle, sched_ipi_event_t event);
384 processor_t dst, thread_t thread, sched_ipi_event_t event);
957 …ype_t (*ipi_policy)(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event);
H A Dsched_amp_common.h67 …ched_amp_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event);
H A Dsched_amp_common.c393 sched_amp_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event) in sched_amp_ipi_policy()
H A Dsched_prim.c4635 thread_t thread, __unused sched_ipi_event_t event) in sched_ipi_deferred_policy()
4657 sched_ipi_action(processor_t dst, thread_t thread, sched_ipi_event_t event) in sched_ipi_action()
4693 sched_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event) in sched_ipi_policy()
4883sched_ipi_event_t event = (options & SCHED_REBALANCE) ? SCHED_IPI_EVENT_REBALANCE : SCHED_IPI_EVEN… in processor_setrun()
H A Dsched_clutch.c3366 sched_edge_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event…
4911 sched_edge_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event) in sched_edge_ipi_policy()