Home
last modified time | relevance | path

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

/kernel/sched/
Dcore.c1457 uc_se = &p->uclamp_req[UCLAMP_MIN]; in __uclamp_update_util_min_rt_default()
1485 struct uclamp_se uc_req = p->uclamp_req[clamp_id]; in uclamp_tg_restrict()
1776 uclamp_se_set(&tg->uclamp_req[UCLAMP_MIN], in uclamp_update_root_tg()
1778 uclamp_se_set(&tg->uclamp_req[UCLAMP_MAX], in uclamp_update_root_tg()
1886 int util_min = p->uclamp_req[UCLAMP_MIN].value; in uclamp_validate()
1887 int util_max = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate()
1963 struct uclamp_se *uc_se = &p->uclamp_req[clamp_id]; in __setscheduler_uclamp()
1987 uclamp_se_set(&p->uclamp_req[UCLAMP_MIN], in __setscheduler_uclamp()
1994 uclamp_se_set(&p->uclamp_req[UCLAMP_MAX], in __setscheduler_uclamp()
2015 uclamp_se_set(&p->uclamp_req[clamp_id], in uclamp_fork()
[all …]
Ddebug.c1041 __PS("uclamp.min", p->uclamp_req[UCLAMP_MIN].value); in proc_sched_show_task()
1042 __PS("uclamp.max", p->uclamp_req[UCLAMP_MAX].value); in proc_sched_show_task()
Dsched.h419 struct uclamp_se uclamp_req[UCLAMP_CNT]; member