Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/scheduler/
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-6.6.21/kernel/sched/
Dfair.c4869 unsigned long uclamp_max, in util_fits_cpu() argument
4944 uclamp_max_fits = (capacity_orig == SCHED_CAPACITY_SCALE) && (uclamp_max == SCHED_CAPACITY_SCALE); in util_fits_cpu()
4945 uclamp_max_fits = !uclamp_max_fits && (uclamp_max <= capacity_orig); in util_fits_cpu()
4979 uclamp_min = min(uclamp_min, uclamp_max); in util_fits_cpu()
4989 unsigned long uclamp_max = uclamp_eff_value(p, UCLAMP_MAX); in task_fits_cpu() local
4995 return (util_fits_cpu(util, uclamp_min, uclamp_max, cpu) > 0); in task_fits_cpu()