Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsyscalls.c321 int util_min = p->uclamp_req[UCLAMP_MIN].value; in uclamp_validate()
322 int util_max = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate()
384 struct uclamp_se *uc_se = &p->uclamp_req[clamp_id]; in __setscheduler_uclamp()
408 uclamp_se_set(&p->uclamp_req[UCLAMP_MIN], in __setscheduler_uclamp()
414 uclamp_se_set(&p->uclamp_req[UCLAMP_MAX], in __setscheduler_uclamp()
1098 kattr.sched_util_min = p->uclamp_req[UCLAMP_MIN].value; in SYSCALL_DEFINE4()
1099 kattr.sched_util_max = p->uclamp_req[UCLAMP_MAX].value; in SYSCALL_DEFINE4()
H A Dcore.c1661 uc_se = &p->uclamp_req[UCLAMP_MIN];
1685 struct uclamp_se uc_req = p->uclamp_req[clamp_id]; in uclamp_tg_restrict()
1975 uclamp_se_set(&tg->uclamp_req[UCLAMP_MIN], in uclamp_sync_util_min_rt_default()
1977 uclamp_se_set(&tg->uclamp_req[UCLAMP_MAX], in uclamp_sync_util_min_rt_default()
2091 uclamp_se_set(&p->uclamp_req[clamp_id], in init_uclamp_rq()
2125 uclamp_se_set(&init_task.uclamp_req[clamp_id], in uclamp_post_fork()
2134 root_task_group.uclamp_req[clamp_id] = uc_max; in get_wchan()
9335 uclamp_se_set(&tg->uclamp_req[clamp_id],
9618 eff[clamp_id] = css_tg(css)->uclamp_req[clamp_id].value;
9708 if (tg->uclamp_req[clamp_i in cpu_uclamp_print()
[all...]
H A Ddebug.c1413 __PS("uclamp.min", p->uclamp_req[UCLAMP_MIN].value);
1414 __PS("uclamp.max", p->uclamp_req[UCLAMP_MAX].value);
H A Dsched.h524 struct uclamp_se uclamp_req[UCLAMP_CNT];
522 struct uclamp_se uclamp_req[UCLAMP_CNT]; global() member
/linux/include/linux/
H A Dsched.h910 struct uclamp_se uclamp_req[UCLAMP_CNT];
901 struct uclamp_se uclamp_req[UCLAMP_CNT]; global() member