sched_util_clamp_max

file: /proc/sys/kernel/sched_util_clamp_max
variable: kernel.sched_util_clamp_max
Official reference

Max allowed maximum utilization.

Default value is 1024, which is the maximum possible value.

It means that any requested uclamp.max value cannot be greater than sched_util_clamp_max, i.e., it is restricted to the range [0:sched_util_clamp_max].