Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcore.c1469 uc_se = &p->uclamp_req[UCLAMP_MIN]; in __uclamp_update_util_min_rt_default()
1497 struct uclamp_se uc_req = p->uclamp_req[clamp_id]; in uclamp_tg_restrict()
1781 uclamp_se_set(&tg->uclamp_req[UCLAMP_MIN], in uclamp_update_root_tg()
1783 uclamp_se_set(&tg->uclamp_req[UCLAMP_MAX], in uclamp_update_root_tg()
1888 int util_min = p->uclamp_req[UCLAMP_MIN].value; in uclamp_validate()
1889 int util_max = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate()
1951 struct uclamp_se *uc_se = &p->uclamp_req[clamp_id]; in __setscheduler_uclamp()
1975 uclamp_se_set(&p->uclamp_req[UCLAMP_MIN], in __setscheduler_uclamp()
1981 uclamp_se_set(&p->uclamp_req[UCLAMP_MAX], in __setscheduler_uclamp()
2001 uclamp_se_set(&p->uclamp_req[clamp_id], in uclamp_fork()
[all …]
H A Ddebug.c1082 __PS("uclamp.min", p->uclamp_req[UCLAMP_MIN].value); in proc_sched_show_task()
1083 __PS("uclamp.max", p->uclamp_req[UCLAMP_MAX].value); in proc_sched_show_task()
H A Dsched.h410 struct uclamp_se uclamp_req[UCLAMP_CNT]; member
/openbmc/linux/include/linux/
H A Dsched.h817 struct uclamp_se uclamp_req[UCLAMP_CNT]; member