Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/sched/
H A Dtypes.h116 __u32 sched_util_min; member
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-sched_attr-Do-not-define-for-glibc-2.41.patch39 uint32_t sched_util_min;
/openbmc/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst345 * sched_util_min: requests the minimum performance point the system should run
354 attr->sched_util_min = 40% * 1024;
/openbmc/linux/kernel/sched/
H A Dcore.c1892 util_min = attr->sched_util_min; in uclamp_validate()
1932 attr->sched_util_min == -1) { in uclamp_reset()
1974 attr->sched_util_min != -1) { in __setscheduler_uclamp()
1976 attr->sched_util_min, true); in __setscheduler_uclamp()
8266 kattr.sched_util_min = p->uclamp_req[UCLAMP_MIN].value; in SYSCALL_DEFINE4()
/openbmc/qemu/linux-user/
H A Dsyscall.c372 uint32_t sched_util_min; member
11510 if (scha.size > offsetof(struct sched_attr, sched_util_min)) { in _syscall2()
11511 target_scha->sched_util_min = tswap32(scha.sched_util_min); in _syscall2()
11531 size = offsetof(struct target_sched_attr, sched_util_min); in _syscall2()
11533 if (size < offsetof(struct target_sched_attr, sched_util_min)) { in _syscall2()
11565 if (size > offsetof(struct target_sched_attr, sched_util_min)) { in _syscall2()
11566 scha.sched_util_min = tswap32(target_scha->sched_util_min); in _syscall2()
H A Dsyscall_defs.h2743 abi_uint sched_util_min; member