Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dcore.c879 struct uclamp_se uc_req = p->uclamp_req[clamp_id]; in uclamp_tg_restrict()
1100 uclamp_se_set(&tg->uclamp_req[UCLAMP_MIN], in uclamp_update_root_tg()
1102 uclamp_se_set(&tg->uclamp_req[UCLAMP_MAX], in uclamp_update_root_tg()
1171 unsigned int lower_bound = p->uclamp_req[UCLAMP_MIN].value; in uclamp_validate()
1172 unsigned int upper_bound = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate()
1197 struct uclamp_se *uc_se = &p->uclamp_req[clamp_id]; in __setscheduler_uclamp()
1215 uclamp_se_set(&p->uclamp_req[UCLAMP_MIN], in __setscheduler_uclamp()
1220 uclamp_se_set(&p->uclamp_req[UCLAMP_MAX], in __setscheduler_uclamp()
1242 uclamp_se_set(&p->uclamp_req[clamp_id], clamp_value, false); in uclamp_fork()
1260 uclamp_se_set(&init_task.uclamp_req[clamp_id], in init_uclamp()
[all …]
Dsched.h399 struct uclamp_se uclamp_req[UCLAMP_CNT]; member
/Linux-v5.4/include/linux/
Dsched.h685 struct uclamp_se uclamp_req[UCLAMP_CNT]; member