Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_edge_harness.c330 return sched_edge_balance(cpus[cpu_id], pset_array[cpu_id_to_pset_id(cpu_id)]); in impl_processor_balance()
/xnu-12377.81.4/doc/scheduler/
H A Dsched_clutch_edge.md264 …steal callout and perform rebalancing as part of SCHED(processor_balance) i.e. sched_edge_balance()
271 …r and would like to rebalance it onto itself. The implementation (`sched_edge_balance()`) sends an…
/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.c3797 sched_edge_balance(processor_t cprocessor, processor_set_t cpset);
3861 .processor_balance = sched_edge_balance,
5489 sched_edge_balance(__unused processor_t cprocessor, processor_set_t cpset) in sched_edge_balance() function