Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsched_amp_common.c119 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in pset_signal_spill()
169 if (ipi_type != SCHED_IPI_NONE) { in pset_signal_spill()
332 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_amp_balance()
339 if (ipi_type[eprocessor->cpu_id] != SCHED_IPI_NONE) { in sched_amp_balance()
371 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_amp_bounce_thread_group_from_ecores()
381 if (ipi_type[eprocessor->cpu_id] != SCHED_IPI_NONE) { in sched_amp_bounce_thread_group_from_ecores()
H A Dsched_prim.c2326 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in sched_SMT_balance()
2334 if (ipi_type != SCHED_IPI_NONE) { in sched_SMT_balance()
2705 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in thread_select()
2706 sched_ipi_type_t next_rt_ipi_type = SCHED_IPI_NONE; in thread_select()
2857 next_rt_ipi_type = SCHED_IPI_NONE; in thread_select()
2955 ipi_type = SCHED_IPI_NONE; in thread_select()
3017 ipi_type = SCHED_IPI_NONE; in thread_select()
4855 ipi_type[i] = SCHED_IPI_NONE; in realtime_setrun()
4917 ipi_type[i] = SCHED_IPI_NONE; in realtime_setrun()
4977 return SCHED_IPI_NONE; in sched_ipi_deferred_policy()
[all …]
H A Dsched_prim.h385 SCHED_IPI_NONE = 0x0, enumerator
H A Dsched_clutch.c4466 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_edge_balance()
4484 if (ipi_type[cpuid] != SCHED_IPI_NONE) { in sched_edge_balance()
5068 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_edge_migrate_thread_group_running_threads()
5086 if (ipi_type[cpuid] != SCHED_IPI_NONE) { in sched_edge_migrate_thread_group_running_threads()