Lines Matching refs:uclamp_req
1014 uc_se = &p->uclamp_req[UCLAMP_MIN]; in __uclamp_update_util_min_rt_default()
1068 struct uclamp_se uc_req = p->uclamp_req[clamp_id]; in uclamp_tg_restrict()
1335 uclamp_se_set(&tg->uclamp_req[UCLAMP_MIN], in uclamp_update_root_tg()
1337 uclamp_se_set(&tg->uclamp_req[UCLAMP_MAX], in uclamp_update_root_tg()
1416 unsigned int lower_bound = p->uclamp_req[UCLAMP_MIN].value; in uclamp_validate()
1417 unsigned int upper_bound = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate()
1451 struct uclamp_se *uc_se = &p->uclamp_req[clamp_id]; in __setscheduler_uclamp()
1472 uclamp_se_set(&p->uclamp_req[UCLAMP_MIN], in __setscheduler_uclamp()
1477 uclamp_se_set(&p->uclamp_req[UCLAMP_MAX], in __setscheduler_uclamp()
1497 uclamp_se_set(&p->uclamp_req[clamp_id], in uclamp_fork()
1531 uclamp_se_set(&init_task.uclamp_req[clamp_id], in init_uclamp()
1540 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()
5884 kattr.sched_util_min = p->uclamp_req[UCLAMP_MIN].value; in SYSCALL_DEFINE4()
5885 kattr.sched_util_max = p->uclamp_req[UCLAMP_MAX].value; in SYSCALL_DEFINE4()
7436 uclamp_se_set(&tg->uclamp_req[clamp_id], in alloc_uclamp_sched_group()
7713 eff[clamp_id] = css_tg(css)->uclamp_req[clamp_id].value; in cpu_util_update_eff()
7803 if (tg->uclamp_req[clamp_id].value != req.util) in cpu_uclamp_write()
7804 uclamp_se_set(&tg->uclamp_req[clamp_id], req.util, false); in cpu_uclamp_write()
7845 util_clamp = tg->uclamp_req[clamp_id].value; in cpu_uclamp_print()