Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_amp_common.h56 int sched_amp_spill_threshold(processor_set_t pset);
H A Dsched_amp_common.c127 sched_amp_spill_threshold(processor_set_t pset) in sched_amp_spill_threshold() function
277 …if ((sched_amp_get_pset_load_average(nset, 0) >= sched_amp_spill_threshold(nset)) && /* There is … in should_spill_to_ecores()