Searched refs:uclamp_req (Results 1 – 5 of 5) sorted by relevance
354 int util_min = p->uclamp_req[UCLAMP_MIN].value; in uclamp_validate()355 int util_max = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate()417 struct uclamp_se *uc_se = &p->uclamp_req[clamp_id]; in __setscheduler_uclamp()441 uclamp_se_set(&p->uclamp_req[UCLAMP_MIN], in __setscheduler_uclamp()447 uclamp_se_set(&p->uclamp_req[UCLAMP_MAX], in __setscheduler_uclamp()1162 kattr.sched_util_min = p->uclamp_req[UCLAMP_MIN].value; in SYSCALL_DEFINE4()1163 kattr.sched_util_max = p->uclamp_req[UCLAMP_MAX].value; in SYSCALL_DEFINE4()
1505 uc_se = &p->uclamp_req[UCLAMP_MIN]; in __uclamp_update_util_min_rt_default()1529 struct uclamp_se uc_req = p->uclamp_req[clamp_id]; in uclamp_tg_restrict()1818 uclamp_se_set(&tg->uclamp_req[UCLAMP_MIN], in uclamp_update_root_tg()1820 uclamp_se_set(&tg->uclamp_req[UCLAMP_MAX], in uclamp_update_root_tg()1934 uclamp_se_set(&p->uclamp_req[clamp_id], in uclamp_fork()1968 uclamp_se_set(&init_task.uclamp_req[clamp_id], in init_uclamp()1977 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()8798 uclamp_se_set(&tg->uclamp_req[clamp_id], in alloc_uclamp_sched_group()9102 eff[clamp_id] = css_tg(css)->uclamp_req[clamp_id].value; in cpu_util_update_eff()9192 if (tg->uclamp_req[clamp_id].value != req.util) in cpu_uclamp_write()[all …]
1256 __PS("uclamp.min", p->uclamp_req[UCLAMP_MIN].value); in proc_sched_show_task()1257 __PS("uclamp.max", p->uclamp_req[UCLAMP_MAX].value); in proc_sched_show_task()
485 struct uclamp_se uclamp_req[UCLAMP_CNT]; member
856 struct uclamp_se uclamp_req[UCLAMP_CNT]; member
Completed in 39 milliseconds