Home
last modified time | relevance | path

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

/linux/include/uapi/linux/sched/
H A Dtypes.h117 __u32 sched_util_max; member
/linux/kernel/sched/
H A Dsyscalls.c365 util_max = attr->sched_util_max; in uclamp_validate()
404 attr->sched_util_max == -1) { in uclamp_reset()
446 attr->sched_util_max != -1) { in __setscheduler_uclamp()
448 attr->sched_util_max, true); in __setscheduler_uclamp()
1124 kattr.sched_util_max = p->uclamp_req[UCLAMP_MAX].value; in SYSCALL_DEFINE4()
/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst347 * sched_util_max: requests the maximum performance point the system should run
355 attr->sched_util_max = 80% * 1024;