Searched refs:uclamp_min (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 4985 unsigned long uclamp_min, in util_fits_cpu() 5002 * We must use capacity_orig_of() for comparing against uclamp_min and in util_fits_cpu() 5015 * We honour it for uclamp_min only as a drop in performance level in util_fits_cpu() 5072 * | ___ | | | | (region b, uclamp_min <= util <= uclamp_max) in util_fits_cpu() 5073 * |_ _ _|_ _|_ _ _ _| _ | _ _ _| _ | _ _ _ _ _ uclamp_min in util_fits_cpu() 5075 * | | | | | | | (region c, boosted, util < uclamp_min) in util_fits_cpu() 5084 * b) If uclamp_min <= util <= uclamp_max, then the normal in util_fits_cpu() 5088 * c) If util < uclamp_min, then we are boosted. Same as (b) but we in util_fits_cpu() 5094 * handle the case uclamp_min > uclamp_max. in util_fits_cpu() 5096 uclamp_min in util_fits_cpu() 4983 util_fits_cpu(unsigned long util,unsigned long uclamp_min,unsigned long uclamp_max,int cpu) util_fits_cpu() argument 5103 unsigned long uclamp_min = uclamp_eff_value(p, UCLAMP_MIN); task_fits_cpu() local [all...] |
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-util-clamp.rst | 385 If a task uclamp_min value is lower than cpu.uclamp.min, then the task will 502 RT tasks default uclamp_min value can be modified at boot or runtime via
|