Searched refs:SCHED_IPI_EVENT_REBALANCE (Results 1 – 4 of 4) sorted by relevance
328 ipi_type[eprocessor->cpu_id] = sched_ipi_action(eprocessor, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_amp_balance()367 ipi_type[eprocessor->cpu_id] = sched_ipi_action(eprocessor, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_amp_bounce_thread_group_from_ecores()
343 SCHED_IPI_EVENT_REBALANCE = 0x5, enumerator
4152 ipi_type[target_cpu->cpu_id] = sched_ipi_action(target_cpu, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_edge_balance()4733 ipi_type[cpuid] = sched_ipi_action(src_processor, NULL, SCHED_IPI_EVENT_REBALANCE); in sched_edge_migrate_thread_group_running_threads()
4657 case SCHED_IPI_EVENT_REBALANCE: in sched_ipi_policy()4834 …sched_ipi_event_t event = (options & SCHED_REBALANCE) ? SCHED_IPI_EVENT_REBALANCE : SCHED_IPI_EVEN… in processor_setrun()