Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dsched_amp_common.c115 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in pset_signal_spill()
165 if (ipi_type != SCHED_IPI_NONE) { in pset_signal_spill()
328 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_amp_balance()
335 if (ipi_type[eprocessor->cpu_id] != SCHED_IPI_NONE) { in sched_amp_balance()
367 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_amp_bounce_thread_group_from_ecores()
377 if (ipi_type[eprocessor->cpu_id] != SCHED_IPI_NONE) { in sched_amp_bounce_thread_group_from_ecores()
H A Dsched_prim.c2175 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in sched_SMT_balance()
2183 if (ipi_type != SCHED_IPI_NONE) { in sched_SMT_balance()
2544 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in thread_select()
2545 sched_ipi_type_t next_rt_ipi_type = SCHED_IPI_NONE; in thread_select()
2696 next_rt_ipi_type = SCHED_IPI_NONE; in thread_select()
2794 ipi_type = SCHED_IPI_NONE; in thread_select()
2854 ipi_type = SCHED_IPI_NONE; in thread_select()
4691 ipi_type[i] = SCHED_IPI_NONE; in realtime_setrun()
4753 ipi_type[i] = SCHED_IPI_NONE; in realtime_setrun()
4813 return SCHED_IPI_NONE; in sched_ipi_deferred_policy()
[all …]
H A Dsched_prim.h381 SCHED_IPI_NONE = 0x0, enumerator
H A Dsched_clutch.c4111 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_edge_balance()
4129 if (ipi_type[cpuid] != SCHED_IPI_NONE) { in sched_edge_balance()
4713 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_edge_migrate_thread_group_running_threads()
4731 if (ipi_type[cpuid] != SCHED_IPI_NONE) { in sched_edge_migrate_thread_group_running_threads()