Home
last modified time | relevance | path

Searched refs:uclamp_req (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Dsyscalls.c320 int util_min = p->uclamp_req[UCLAMP_MIN].value; in uclamp_validate()
321 int util_max = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate()
383 struct uclamp_se *uc_se = &p->uclamp_req[clamp_id]; in __setscheduler_uclamp()
407 uclamp_se_set(&p->uclamp_req[UCLAMP_MIN], in __setscheduler_uclamp()
413 uclamp_se_set(&p->uclamp_req[UCLAMP_MAX], in __setscheduler_uclamp()
1090 kattr.sched_util_min = p->uclamp_req[UCLAMP_MIN].value; in SYSCALL_DEFINE4()
1091 kattr.sched_util_max = p->uclamp_req[UCLAMP_MAX].value; in SYSCALL_DEFINE4()
H A Dcore.c1570 uc_se = &p->uclamp_req[UCLAMP_MIN]; in __uclamp_update_util_min_rt_default()
1594 struct uclamp_se uc_req = p->uclamp_req[clamp_id]; in uclamp_tg_restrict()
1884 uclamp_se_set(&tg->uclamp_req[UCLAMP_MIN], in uclamp_update_root_tg()
1886 uclamp_se_set(&tg->uclamp_req[UCLAMP_MAX], in uclamp_update_root_tg()
2000 uclamp_se_set(&p->uclamp_req[clamp_id], in uclamp_fork()
2034 uclamp_se_set(&init_task.uclamp_req[clamp_id], in init_uclamp()
2043 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()
8969 uclamp_se_set(&tg->uclamp_req[clamp_id], in alloc_uclamp_sched_group()
9246 eff[clamp_id] = css_tg(css)->uclamp_req[clamp_id].value; in cpu_util_update_eff()
9336 if (tg->uclamp_req[clamp_id].value != req.util) in cpu_uclamp_write()
[all …]
H A Dsched.h518 struct uclamp_se uclamp_req[UCLAMP_CNT]; member
/linux/include/linux/
H A Dsched.h900 struct uclamp_se uclamp_req[UCLAMP_CNT]; member