uc_max            881 kernel/sched/core.c 	struct uclamp_se uc_max;
uc_max            892 kernel/sched/core.c 	uc_max = task_group(p)->uclamp[clamp_id];
uc_max            893 kernel/sched/core.c 	if (uc_req.value > uc_max.value || !uc_req.user_defined)
uc_max            894 kernel/sched/core.c 		return uc_max;
uc_max            912 kernel/sched/core.c 	struct uclamp_se uc_max = uclamp_default[clamp_id];
uc_max            915 kernel/sched/core.c 	if (unlikely(uc_req.value > uc_max.value))
uc_max            916 kernel/sched/core.c 		return uc_max;
uc_max           1243 kernel/sched/core.c 	struct uclamp_se uc_max = {};
uc_max           1261 kernel/sched/core.c 	uclamp_se_set(&uc_max, uclamp_none(UCLAMP_MAX), false);
uc_max           1263 kernel/sched/core.c 		uclamp_default[clamp_id] = uc_max;
uc_max           1265 kernel/sched/core.c 		root_task_group.uclamp_req[clamp_id] = uc_max;
uc_max           1266 kernel/sched/core.c 		root_task_group.uclamp[clamp_id] = uc_max;