Lines Matching refs:UCLAMP_MIN

28         * UCLAMP_MIN, which sets the lower bound.
32 of the system. UCLAMP_MIN implies boosting a task, while UCLAMP_MAX implies
90 UCLAMP_MIN=1024 will ensure such tasks will always see the highest performance
215 The rq has a bucket for each uclamp_id tunables: [UCLAMP_MIN, UCLAMP_MAX].
234 p->uclamp[UCLAMP_MIN] = 300
237 is enqueued into the rq, bucket 1 will be incremented for UCLAMP_MIN and bucket
249 rq->uclamp[UCLAMP_MIN] = max(rq->uclamp[UCLAMP_MIN], p->uclamp[UCLAMP_MIN])
257 rq->uclamp[UCLAMP_MIN] = search_top_bucket_for_highest_value()
279 p0->uclamp[UCLAMP_MIN] = 300
282 p1->uclamp[UCLAMP_MIN] = 500
285 then assuming both p0 and p1 are enqueued to the same rq, both UCLAMP_MIN
290 rq->uclamp[UCLAMP_MIN] = max(300, 500) = 500
404 p0->uclamp[UCLAMP_MIN] = // system default;
407 p1->uclamp[UCLAMP_MIN] = 40% * 1024;
420 p0->uclamp[UCLAMP_MIN] = cgroup0->cpu.uclamp.min = 20% * 1024;
423 p1->uclamp[UCLAMP_MIN] = 40% * 1024; // intact
430 p0->uclamp[UCLAMP_MIN] = cgroup1->cpu.uclamp.min = 60% * 1024;
433 p1->uclamp[UCLAMP_MIN] = cgroup1->cpu.uclamp.min = 60% * 1024;
445 System wide limit of allowed UCLAMP_MIN range. By default it is set to 1024,
446 which means that permitted effective UCLAMP_MIN range for tasks is [0:1024].
451 they won't be satisfied until it is more than p->uclamp[UCLAMP_MIN].
485 p_fair->uclamp[UCLAMP_MIN] = 0
496 p_rt->uclamp[UCLAMP_MIN] = 1024
552 This task can increase its UCLAMP_MIN value every time it misses the deadline
554 to approach the lowest UCLAMP_MIN value that allows to meet its deadline on any
584 Middleware/Utility can provide the user an option to set UCLAMP_MIN/MAX for an
621 Assuming both p0 and p1 have UCLAMP_MIN = 0, then the frequency selection for