Searched refs:sched_util_max (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/sched/
H A Dtypes.h83 * @sched_util_max represents the maximum utilization
117 __u32 sched_util_max; member in struct:sched_attr
/linux-master/kernel/sched/
H A Dcore.c1915 util_max = attr->sched_util_max;
1954 attr->sched_util_max == -1) {
1996 attr->sched_util_max != -1) {
1998 attr->sched_util_max, true);
8323 kattr.sched_util_max = p->uclamp_req[UCLAMP_MAX].value;

Completed in 170 milliseconds