Home
last modified time | relevance | path

Searched refs:ipi_policy (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/tests/sched/sched_test_harness/
H A Dsched_edge_harness.c65 return SCHED(ipi_policy)(dst, thread, (dst->active_thread == NULL), event); in sched_ipi_action()
/xnu-11417.121.6/osfmk/kern/
H A Dsched_dualq.c149 .ipi_policy = sched_ipi_policy,
H A Dsched_amp.c161 .ipi_policy = sched_amp_ipi_policy,
H A Dsched_prim.h1041 …sched_ipi_type_t (*ipi_policy)(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_eve… member
H A Dsched_clutch.c3158 .ipi_policy = sched_ipi_policy,
3756 .ipi_policy = sched_edge_ipi_policy,
H A Dsched_prim.c5076 ipi_type = SCHED(ipi_policy)(dst, thread, dst_idle, event); in sched_ipi_action()