Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst394 If a task uclamp_max value is higher than cpu.uclamp.max, then the task will
599 5.1. Capping frequency with uclamp_max fails under certain conditions
/openbmc/linux/kernel/sched/
H A Dfair.c4986 unsigned long uclamp_max, in util_fits_cpu()
5003 * uclamp_max. We only care about capacity pressure (by using in util_fits_cpu()
5018 * For uclamp_max, we can tolerate a drop in performance level as the in util_fits_cpu()
5025 * We want to force a task to fit a cpu as implied by uclamp_max. in util_fits_cpu()
5032 * |_ _ _ _ _ _ _ _ _ ___ _ _ _ | _ | _ _ _ _ _ uclamp_max in util_fits_cpu()
5047 * uclamp_max request. in util_fits_cpu()
5050 * uclamp_max <= capacity_orig. But when uclamp_max > capacity_orig, in util_fits_cpu()
5061 uclamp_max_fits = (capacity_orig == SCHED_CAPACITY_SCALE) && (uclamp_max == SCHED_CAPACITY_SCALE); in util_fits_cpu()
5062 uclamp_max_fits = !uclamp_max_fits && (uclamp_max < in util_fits_cpu()
4984 util_fits_cpu(unsigned long util,unsigned long uclamp_min,unsigned long uclamp_max,int cpu) util_fits_cpu() argument
5104 unsigned long uclamp_max = uclamp_eff_value(p, UCLAMP_MAX); task_fits_cpu() local
[all...]