Home
last modified time | relevance | path

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

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