Searched refs:UCLAMP_BUCKETS (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsched.h687 #define UCLAMP_BUCKETS CONFIG_UCLAMP_BUCKETS_COUNT macro
714 unsigned int bucket_id : bits_per(UCLAMP_BUCKETS);
/linux-master/kernel/sched/
H A Dcore.c1413 #define UCLAMP_BUCKET_DELTA DIV_ROUND_CLOSEST(SCHED_CAPACITY_SCALE, UCLAMP_BUCKETS)
1420 return min_t(unsigned int, clamp_value / UCLAMP_BUCKET_DELTA, UCLAMP_BUCKETS - 1);
1470 int bucket_id = UCLAMP_BUCKETS - 1;
H A Dsched.h961 * utilization clamp values (UCLAMP_BUCKETS), use a simple array to track
966 struct uclamp_bucket bucket[UCLAMP_BUCKETS];

Completed in 313 milliseconds