kernel/include/uapi/linux/sched/types.h
.. .. @@ -96,6 +96,8 @@ 96 96 * on a CPU with a capacity big enough to fit the specified value. 97 97 * A task with a max utilization value smaller than 1024 is more likely 98 98 * scheduled on a CPU with no more capacity than the specified value. 99 + *100 + * A task utilization boundary can be reset by setting the attribute to -1.99 101 */ 100 102 struct sched_attr { 101 103 __u32 size;