Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c1413 #define UCLAMP_BUCKET_DELTA DIV_ROUND_CLOSEST(SCHED_CAPACITY_SCALE, UCLAMP_BUCKETS) macro
1420 return min_t(unsigned int, clamp_value / UCLAMP_BUCKET_DELTA, UCLAMP_BUCKETS - 1); in uclamp_bucket_id()