hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/uapi/linux/sched/types.h
....@@ -96,6 +96,8 @@
9696 * on a CPU with a capacity big enough to fit the specified value.
9797 * A task with a max utilization value smaller than 1024 is more likely
9898 * 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.
99101 */
100102 struct sched_attr {
101103 __u32 size;