Searched refs:sched_ipi_event_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | sched_prim.h | 380 } sched_ipi_event_t; typedef 399 extern sched_ipi_type_t sched_ipi_action(processor_t dst, thread_t thread, sched_ipi_event_t event); 404 boolean_t dst_idle, sched_ipi_event_t event); 408 processor_t dst, thread_t thread, sched_ipi_event_t event); 1016 …ype_t (*ipi_policy)(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event);
|
| H A D | sched_amp_common.h | 67 …ched_amp_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event);
|
| H A D | sched_amp_common.c | 406 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 D | sched_prim.c | 4959 thread_t thread, __unused sched_ipi_event_t event) in sched_ipi_deferred_policy() 4981 sched_ipi_action(processor_t dst, thread_t thread, sched_ipi_event_t event) in sched_ipi_action() 5017 sched_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event) in sched_ipi_policy() 5203 …sched_ipi_event_t event = (options & SCHED_REBALANCE) ? SCHED_IPI_EVENT_REBALANCE : SCHED_IPI_EVEN… in processor_setrun()
|
| H A D | sched_clutch.c | 3723 sched_edge_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event… 5266 sched_edge_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event) in sched_edge_ipi_policy()
|