Lines Matching refs:uclamp
494 struct uclamp_se uclamp[UCLAMP_CNT];
1010 struct uclamp_rq uclamp[UCLAMP_CNT] ____cacheline_aligned;
2524 * uclamp_rq_util_with - clamp @util with @rq and @p effective uclamp values.
2530 * Clamps the passed @util to the max(@rq, @p) effective uclamp values.
2533 * without any clamping since uclamp aggregation at the rq level in the fast
2536 * Use uclamp_eff_value() if you don't care about uclamp values at rq level. It
2537 * will return the correct effective uclamp value of the task even if the
2562 min_util = max_t(unsigned long, min_util, READ_ONCE(rq->uclamp[UCLAMP_MIN].value));
2563 max_util = max_t(unsigned long, max_util, READ_ONCE(rq->uclamp[UCLAMP_MAX].value));
2583 * When uclamp is compiled in, the aggregation at rq level is 'turned off'
2587 * Returns true if userspace opted-in to use uclamp and aggregation at rq level