hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
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;