Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_amp_common.h60 int sched_amp_steal_threshold(processor_set_t pset, bool spill_pending);
H A Dsched_amp.c505 if (sched_get_pset_load_average(nset, 0) >= sched_amp_steal_threshold(nset, spill_pending)) { in sched_amp_steal_thread()
513 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.c277 sched_amp_steal_threshold(processor_set_t pset, bool spill_pending) in sched_amp_steal_threshold() function