Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsched_amp_common.h60 int sched_amp_steal_threshold(processor_set_t pset, bool spill_pending);
H A Dsched_amp.c509 if (sched_get_pset_load_average(nset, 0) >= sched_amp_steal_threshold(nset, spill_pending)) { in sched_amp_steal_thread()
517 if ((sched_get_pset_load_average(pset, 0) >= sched_amp_steal_threshold(pset, spill_pending)) && in sched_amp_steal_thread()
H A Dsched_amp_common.c287 sched_amp_steal_threshold(processor_set_t pset, bool spill_pending) in sched_amp_steal_threshold() function