Searched refs:uc_max (Results 1 – 1 of 1) sorted by relevance
881 struct uclamp_se uc_max; in uclamp_tg_restrict() local892 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() local915 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() local1265 uclamp_se_set(&uc_max, uclamp_none(UCLAMP_MAX), false); in init_uclamp()1267 uclamp_default[clamp_id] = uc_max; in init_uclamp()[all …]