Home
last modified time | relevance | path

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

/kernel/sched/
Dcore.c1400 uc_se = &p->uclamp_req[UCLAMP_MIN]; in __uclamp_update_util_min_rt_default()
1455 struct uclamp_se uc_req = p->uclamp_req[clamp_id]; in uclamp_tg_restrict()
1741 uclamp_se_set(&tg->uclamp_req[UCLAMP_MIN], in uclamp_update_root_tg()
1743 uclamp_se_set(&tg->uclamp_req[UCLAMP_MAX], in uclamp_update_root_tg()
1822 int util_min = p->uclamp_req[UCLAMP_MIN].value; in uclamp_validate()
1823 int util_max = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate()
1899 struct uclamp_se *uc_se = &p->uclamp_req[clamp_id]; in __setscheduler_uclamp()
1923 uclamp_se_set(&p->uclamp_req[UCLAMP_MIN], in __setscheduler_uclamp()
1930 uclamp_se_set(&p->uclamp_req[UCLAMP_MAX], in __setscheduler_uclamp()
1951 uclamp_se_set(&p->uclamp_req[clamp_id], in uclamp_fork()
[all …]
Ddebug.c1031 __PS("uclamp.min", p->uclamp_req[UCLAMP_MIN].value); in proc_sched_show_task()
1032 __PS("uclamp.max", p->uclamp_req[UCLAMP_MAX].value); in proc_sched_show_task()
Dsched.h437 struct uclamp_se uclamp_req[UCLAMP_CNT]; member