Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/sched/
H A Dtypes.h117 __u32 sched_util_max; member
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-sched_attr-Do-not-define-for-glibc-2.41.patch40 uint32_t sched_util_max;
/openbmc/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;
/openbmc/linux/kernel/sched/
H A Dcore.c1900 util_max = attr->sched_util_max; in uclamp_validate()
1939 attr->sched_util_max == -1) { in uclamp_reset()
1981 attr->sched_util_max != -1) { in __setscheduler_uclamp()
1983 attr->sched_util_max, true); in __setscheduler_uclamp()
8276 kattr.sched_util_max = p->uclamp_req[UCLAMP_MAX].value; in SYSCALL_DEFINE4()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2744 abi_uint sched_util_max; member
H A Dsyscall.c373 uint32_t sched_util_max; member
11515 target_scha->sched_util_max = tswap32(scha.sched_util_max); in _syscall2()
11570 scha.sched_util_max = tswap32(target_scha->sched_util_max); in _syscall2()