Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.c5433 int stir_the_pot_swap_cpu = sched_edge_stir_the_pot_check_inbox_for_thread(thread, true); in sched_edge_migrate_candidate() local
5434 if (stir_the_pot_swap_cpu != -1) { in sched_edge_migrate_candidate()
5435 *processor_hint_out = processor_array[stir_the_pot_swap_cpu]; in sched_edge_migrate_candidate()
5436 selected_pset = processor_array[stir_the_pot_swap_cpu]->processor_set; in sched_edge_migrate_candidate()
5439 2, stir_the_pot_swap_cpu, 0, 0); in sched_edge_migrate_candidate()