Home
last modified time | relevance | path

Searched refs:sched_util_max (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/uapi/linux/sched/
Dtypes.h121 __u32 sched_util_max; member
/linux-6.6.21/Documentation/scheduler/
Dsched-util-clamp.rst347 * sched_util_max: requests the maximum performance point the system should run
355 attr->sched_util_max = 80% * 1024;
/linux-6.6.21/kernel/sched/
Dcore.c1901 util_max = attr->sched_util_max; in uclamp_validate()
1940 attr->sched_util_max == -1) { in uclamp_reset()
1982 attr->sched_util_max != -1) { in __setscheduler_uclamp()
1984 attr->sched_util_max, true); in __setscheduler_uclamp()
8266 kattr.sched_util_max = p->uclamp_req[UCLAMP_MAX].value; in SYSCALL_DEFINE4()