Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_amp_common.h53 int sched_amp_spill_threshold(processor_set_t pset);
H A Dsched_amp_common.c98 sched_amp_spill_threshold(processor_set_t pset) in sched_amp_spill_threshold() function
242 …if ((sched_get_pset_load_average(nset, 0) >= sched_amp_spill_threshold(nset)) && /* There is alre… in should_spill_to_ecores()