Searched refs:NR_POWER_LIMITS (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dintel_rapl.h89 #define NR_POWER_LIMITS (POWER_LIMIT4 + 1) macro
115 struct rapl_power_limit rpl[NR_POWER_LIMITS];
/linux-master/drivers/powercap/
H A Dintel_rapl_common.c108 static const char *pl_names[NR_POWER_LIMITS] = {
329 for (i = 0; i < NR_POWER_LIMITS; i++) {
424 for (i = POWER_LIMIT1, j = 0; i < NR_POWER_LIMITS; i++) {
597 for (t = POWER_LIMIT1; t < NR_POWER_LIMITS; t++) {
1047 for (i = POWER_LIMIT2; i < NR_POWER_LIMITS; i++) {
1458 for (i = POWER_LIMIT1; i < NR_POWER_LIMITS; i++) {
1519 for (i = POWER_LIMIT1; i < NR_POWER_LIMITS; i++) {
1644 for (i = POWER_LIMIT1; i < NR_POWER_LIMITS; i++) {
1665 for (i = POWER_LIMIT1; i < NR_POWER_LIMITS; i++)

Completed in 125 milliseconds