Home
last modified time | relevance | path

Searched refs:ipi_type (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched_amp_common.c115 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in pset_signal_spill() local
132 ipi_type = sched_ipi_action(processor, NULL, SCHED_IPI_EVENT_SPILL); in pset_signal_spill()
135 sched_ipi_perform(processor, ipi_type); in pset_signal_spill()
163 ipi_type = sched_ipi_action(processor, NULL, SCHED_IPI_EVENT_SPILL); in pset_signal_spill()
164 if (ipi_type != SCHED_IPI_NONE) { in pset_signal_spill()
171 sched_ipi_perform(ast_processor, ipi_type); in pset_signal_spill()
322 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_amp_balance() local
328 ipi_type[eprocessor->cpu_id] = sched_ipi_action(eprocessor, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_amp_balance()
329 if (ipi_type[eprocessor->cpu_id] != SCHED_IPI_NONE) { in sched_amp_balance()
340 sched_ipi_perform(ast_processor, ipi_type[cpuid]); in sched_amp_balance()
[all …]
H A Dsched_prim.c1999 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in sched_SMT_balance() local
2006 ipi_type = sched_ipi_action(sprocessor, NULL, SCHED_IPI_EVENT_SMT_REBAL); in sched_SMT_balance()
2007 if (ipi_type != SCHED_IPI_NONE) { in sched_SMT_balance()
2020 sched_ipi_perform(ast_processor, ipi_type); in sched_SMT_balance()
2365 sched_ipi_type_t ipi_type = SCHED_IPI_NONE; in thread_select() local
2586 ipi_type = sched_ipi_action(sprocessor, NULL, SCHED_IPI_EVENT_SMT_REBAL); in thread_select()
2616 ipi_type = SCHED_IPI_NONE; in thread_select()
2620 sched_ipi_perform(ast_processor, ipi_type); in thread_select()
2676 ipi_type = SCHED_IPI_NONE; in thread_select()
2682 ipi_type = sched_ipi_action(sprocessor, NULL, SCHED_IPI_EVENT_SMT_REBAL); in thread_select()
[all …]
H A Dsched_clutch.c4135 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_edge_balance() local
4152 ipi_type[target_cpu->cpu_id] = sched_ipi_action(target_cpu, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_edge_balance()
4153 if (ipi_type[cpuid] != SCHED_IPI_NONE) { in sched_edge_balance()
4162 sched_ipi_perform(ast_processor, ipi_type[cpuid]); in sched_edge_balance()
4716 sched_ipi_type_t ipi_type[MAX_CPUS] = {SCHED_IPI_NONE}; in sched_edge_migrate_thread_group_running_threads() local
4733 ipi_type[cpuid] = sched_ipi_action(src_processor, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_edge_migrate_thread_group_running_threads()
4734 if (ipi_type[cpuid] != SCHED_IPI_NONE) { in sched_edge_migrate_thread_group_running_threads()
4747 sched_ipi_perform(ast_processor, ipi_type[cpuid]); in sched_edge_migrate_thread_group_running_threads()