Searched refs:UCLAMP_CNT (Results 1 - 3 of 3) sorted by last modified time

/linux-master/kernel/sched/
H A Dcore.c1390 static struct uclamp_se uclamp_default[UCLAMP_CNT];
1416 for ((clamp_id) = 0; (clamp_id) < UCLAMP_CNT; (clamp_id)++)
10613 unsigned int eff[UCLAMP_CNT];
H A Dsched.h438 unsigned int uclamp_pct[UCLAMP_CNT];
440 struct uclamp_se uclamp_req[UCLAMP_CNT];
442 struct uclamp_se uclamp[UCLAMP_CNT];
970 * There are up to UCLAMP_CNT possible different clamp values, currently there
1031 struct uclamp_rq uclamp[UCLAMP_CNT] ____cacheline_aligned;
/linux-master/include/linux/
H A Dsched.h369 * @UCLAMP_CNT: Utilization clamp constraints count
374 UCLAMP_CNT enumerator in enum:uclamp_id
823 struct uclamp_se uclamp_req[UCLAMP_CNT];
828 struct uclamp_se uclamp[UCLAMP_CNT];

Completed in 314 milliseconds