Searched refs:SCHED_IPI_EVENT_REBALANCE (Results 1 – 4 of 4) sorted by relevance
338 ipi_type[eprocessor->cpu_id] = sched_ipi_action(eprocessor, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_amp_balance()380 ipi_type[eprocessor->cpu_id] = sched_ipi_action(eprocessor, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_amp_bounce_thread_group_from_ecores()
378 SCHED_IPI_EVENT_REBALANCE = 0x5, enumerator
4483 ipi_type[target_cpu->cpu_id] = sched_ipi_action(target_cpu, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_edge_balance()5085 ipi_type[cpuid] = sched_ipi_action(src_processor, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_edge_migrate_thread_group_running_threads()
5030 case SCHED_IPI_EVENT_REBALANCE: in sched_ipi_policy()5203 …sched_ipi_event_t event = (options & SCHED_REBALANCE) ? SCHED_IPI_EVENT_REBALANCE : SCHED_IPI_EVEN… in processor_setrun()