Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/sched_test_harness/
H A Dsched_edge_harness.c389 return sched_edge_balance(cpus[cpu_id], psets[cpu_id_to_pset_id(cpu_id)]); in impl_processor_balance()
/xnu-12377.41.6/doc/scheduler/
H A Dsched_clutch_edge.md262 …steal callout and perform rebalancing as part of SCHED(processor_balance) i.e. sched_edge_balance()
269 …r and would like to rebalance it onto itself. The implementation (`sched_edge_balance()`) sends an…
/xnu-12377.41.6/osfmk/kern/
H A Dsched_clutch.c3786 sched_edge_balance(processor_t cprocessor, processor_set_t cpset);
3844 .processor_balance = sched_edge_balance,
5123 sched_edge_balance(__unused processor_t cprocessor, processor_set_t cpset) in sched_edge_balance() function