Home
last modified time | relevance | path

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

/xnu-11417.140.69/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.c2319 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in sched_SMT_balance()
2327 if (ipi_type != SCHED_IPI_NONE) { in sched_SMT_balance()
2718 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in thread_select()
2719 sched_ipi_type_t next_rt_ipi_type = SCHED_IPI_NONE; in thread_select()
2882 next_rt_ipi_type = SCHED_IPI_NONE; in thread_select()
2988 ipi_type = SCHED_IPI_NONE; in thread_select()
3052 ipi_type = SCHED_IPI_NONE; in thread_select()
4899 ipi_type[i] = SCHED_IPI_NONE; in realtime_setrun()
4961 ipi_type[i] = SCHED_IPI_NONE; in realtime_setrun()
5021 return SCHED_IPI_NONE; in sched_ipi_deferred_policy()
[all …]
H A Dsched_prim.h402 SCHED_IPI_NONE = 0x0, enumerator
H A Dsched_clutch.c4462 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_edge_balance()
4480 if (ipi_type[cpuid] != SCHED_IPI_NONE) { in sched_edge_balance()
5069 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_edge_migrate_thread_group_running_threads()
5087 if (ipi_type[cpuid] != SCHED_IPI_NONE) { in sched_edge_migrate_thread_group_running_threads()
/xnu-11417.140.69/tests/sched/sched_test_harness/ !
H A Dsched_edge_harness.c95 return SCHED_IPI_NONE; in sched_ipi_policy()
106 return SCHED_IPI_NONE; in sched_ipi_deferred_policy()