sched_util_clamp_min

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

Max allowed minimum utilization.

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

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