Searched refs:sched_amp_steal_threshold (Results 1 – 3 of 3) sorted by relevance
60 int sched_amp_steal_threshold(processor_set_t pset, bool spill_pending);
505 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()
277 sched_amp_steal_threshold(processor_set_t pset, bool spill_pending) in sched_amp_steal_threshold() function