Lines Matching refs:uc_max
1070 struct uclamp_se uc_max; in uclamp_tg_restrict() local
1081 uc_max = task_group(p)->uclamp[clamp_id]; in uclamp_tg_restrict()
1082 if (uc_req.value > uc_max.value || !uc_req.user_defined) in uclamp_tg_restrict()
1083 return uc_max; in uclamp_tg_restrict()
1101 struct uclamp_se uc_max = uclamp_default[clamp_id]; in uclamp_eff_get() local
1104 if (unlikely(uc_req.value > uc_max.value)) in uclamp_eff_get()
1105 return uc_max; in uclamp_eff_get()
1523 struct uclamp_se uc_max = {}; in init_uclamp() local
1536 uclamp_se_set(&uc_max, uclamp_none(UCLAMP_MAX), false); in init_uclamp()
1538 uclamp_default[clamp_id] = uc_max; in init_uclamp()
1540 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()
1541 root_task_group.uclamp[clamp_id] = uc_max; in init_uclamp()