Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcore.c1497 unsigned int tg_min, tg_max, value; in uclamp_tg_restrict() local
1508 tg_min = task_group(p)->uclamp[UCLAMP_MIN].value; in uclamp_tg_restrict()
1511 value = clamp(value, tg_min, tg_max); in uclamp_tg_restrict()