Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/sched/
Dcore.c10380 #define UCLAMP_PERCENT_SCALE (100 * POW10(UCLAMP_PERCENT_SHIFT)) macro
10390 .percent = UCLAMP_PERCENT_SCALE, in capacity_from_percent()
10401 if ((u64)req.percent > UCLAMP_PERCENT_SCALE) { in capacity_from_percent()
10407 req.util = DIV_ROUND_CLOSEST_ULL(req.util, UCLAMP_PERCENT_SCALE); in capacity_from_percent()