Home
last modified time | relevance | path

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

/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
/linux/kernel/sched/
H A Dfair.c5180 unsigned long uclamp_max, in util_fits_cpu() argument
5197 * uclamp_max. We only care about capacity pressure (by using in util_fits_cpu()
5212 * For uclamp_max, we can tolerate a drop in performance level as the in util_fits_cpu()
5218 * We want to force a task to fit a cpu as implied by uclamp_max. in util_fits_cpu()
5225 * |_ _ _ _ _ _ _ _ _ ___ _ _ _ | _ | _ _ _ _ _ uclamp_max in util_fits_cpu()
5240 * uclamp_max request. in util_fits_cpu()
5243 * uclamp_max <= capacity_orig. But when uclamp_max > capacity_orig, in util_fits_cpu()
5254 uclamp_max_fits = (capacity_orig == SCHED_CAPACITY_SCALE) && (uclamp_max == SCHED_CAPACITY_SCALE); in util_fits_cpu()
5255 uclamp_max_fits = !uclamp_max_fits && (uclamp_max < in util_fits_cpu()
5300 unsigned long uclamp_max = uclamp_eff_value(p, UCLAMP_MAX); task_fits_cpu() local
[all...]