Lines Matching refs:uc_max
881 struct uclamp_se uc_max; in uclamp_tg_restrict() local
892 uc_max = task_group(p)->uclamp[clamp_id]; in uclamp_tg_restrict()
893 if (uc_req.value > uc_max.value || !uc_req.user_defined) in uclamp_tg_restrict()
894 return uc_max; in uclamp_tg_restrict()
912 struct uclamp_se uc_max = uclamp_default[clamp_id]; in uclamp_eff_get() local
915 if (unlikely(uc_req.value > uc_max.value)) in uclamp_eff_get()
916 return uc_max; in uclamp_eff_get()
1248 struct uclamp_se uc_max = {}; in init_uclamp() local
1265 uclamp_se_set(&uc_max, uclamp_none(UCLAMP_MAX), false); in init_uclamp()
1267 uclamp_default[clamp_id] = uc_max; in init_uclamp()
1269 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()
1270 root_task_group.uclamp[clamp_id] = uc_max; in init_uclamp()