Home
last modified time | relevance | path

Searched refs:UCLAMP_MIN (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst28 * 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
[all …]
/linux/kernel/sched/
H A Dcore.c1374 * system. Uclamp enforces this by always setting UCLAMP_MIN of RT tasks to
1425 if (clamp_id == UCLAMP_MIN) in uclamp_none()
1452 return uclamp_none(UCLAMP_MIN); in uclamp_idle_value()
1493 uc_se = &p->uclamp_req[UCLAMP_MIN]; in __uclamp_update_util_min_rt_default()
1530 tg_min = task_group(p)->uclamp[UCLAMP_MIN].value; in uclamp_tg_restrict()
1800 uclamp_se_set(&tg->uclamp_req[UCLAMP_MIN], in uclamp_update_root_tg()
1866 uclamp_se_set(&uclamp_default[UCLAMP_MIN], in sysctl_sched_uclamp_handler()
1904 int util_min = p->uclamp_req[UCLAMP_MIN].value; in uclamp_validate()
1946 if (clamp_id == UCLAMP_MIN && in uclamp_reset()
1977 if (unlikely(rt_task(p) && clamp_id == UCLAMP_MIN)) in __setscheduler_uclamp()
[all...]
H A Ddebug.c1082 __PS("uclamp.min", p->uclamp_req[UCLAMP_MIN].value); in proc_sched_show_task()
1084 __PS("effective uclamp.min", uclamp_eff_value(p, UCLAMP_MIN)); in proc_sched_show_task()
H A Dsched.h3104 if (clamp_id == UCLAMP_MIN) in uclamp_eff_value()
3120 if (clamp_id == UCLAMP_MIN) in uclamp_rq_get()
H A Dfair.c5098 unsigned long uclamp_min = uclamp_eff_value(p, UCLAMP_MIN); in task_fits_cpu()
6690 rq_util_min = uclamp_rq_get(cpu_rq(cpu), UCLAMP_MIN); in cpu_overutilized()
7487 util_min = uclamp_eff_value(p, UCLAMP_MIN); in select_idle_capacity()
7555 util_min = uclamp_eff_value(p, UCLAMP_MIN); in select_idle_sibling()
7909 min = max(min, uclamp_eff_value(p, UCLAMP_MIN)); in eenv_pd_max_util()
7994 unsigned long p_util_min = uclamp_is_used() ? uclamp_eff_value(p, UCLAMP_MIN) : 0; in find_energy_efficient_cpu()
8078 rq_util_min = uclamp_rq_get(rq, UCLAMP_MIN); in find_energy_efficient_cpu()
H A Drt.c470 min_cap = uclamp_eff_value(p, UCLAMP_MIN); in rt_task_fits_capacity()
/linux/include/linux/
H A Dsched.h367 * @UCLAMP_MIN: Minimum utilization
372 UCLAMP_MIN = 0, enumerator