Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
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() argument
417 return dst_idle ? SCHED_IPI_IDLE : SCHED_IPI_IMMEDIATE; in sched_amp_ipi_policy()
425 return sched_ipi_policy(dst, thread, dst_idle, event); in sched_amp_ipi_policy()
H A Dsched_amp_common.h67 sched_ipi_type_t sched_amp_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_i…
H A Dsched_prim.h369 boolean_t dst_idle, sched_ipi_event_t event);
865 …sched_ipi_type_t (*ipi_policy)(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_eve…
H A Dsched_clutch.c3366 sched_edge_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event…
4913 sched_edge_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event) in sched_edge_ipi_policy() argument
4937 return dst_idle ? SCHED_IPI_IDLE : SCHED_IPI_IMMEDIATE; in sched_edge_ipi_policy()
4945 return dst_idle ? SCHED_IPI_IDLE : SCHED_IPI_IMMEDIATE; in sched_edge_ipi_policy()
4954 return dst_idle ? SCHED_IPI_IDLE : SCHED_IPI_IMMEDIATE; in sched_edge_ipi_policy()
4963 return sched_ipi_policy(dst, thread, dst_idle, event); in sched_edge_ipi_policy()
H A Dsched_prim.c4609 bool dst_idle = (dst->state == PROCESSOR_IDLE); in sched_ipi_action() local
4610 if (dst_idle) { in sched_ipi_action()
4614 ipi_type = SCHED(ipi_policy)(dst, thread, dst_idle, event); in sched_ipi_action()
4635 sched_ipi_policy(processor_t dst, thread_t thread, boolean_t dst_idle, sched_ipi_event_t event) in sched_ipi_policy() argument
4655 ipi_type = dst_idle ? SCHED_IPI_IDLE : SCHED_IPI_IMMEDIATE; in sched_ipi_policy()
4660 ipi_type = dst_idle ? SCHED_IPI_IDLE : SCHED_IPI_IMMEDIATE; in sched_ipi_policy()
4669 if (deferred_ipi_supported && dst_idle) { in sched_ipi_policy()
4672 ipi_type = dst_idle ? SCHED_IPI_IDLE : SCHED_IPI_IMMEDIATE; in sched_ipi_policy()