Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dintel_rapl.h89 #define NR_POWER_LIMITS (POWER_LIMIT4 + 1) macro
115 struct rapl_power_limit rpl[NR_POWER_LIMITS];
/linux-6.12.1/drivers/powercap/
Dintel_rapl_common.c110 static const char *pl_names[NR_POWER_LIMITS] = {
331 for (i = 0; i < NR_POWER_LIMITS; i++) { in find_nr_power_limit()
426 for (i = POWER_LIMIT1, j = 0; i < NR_POWER_LIMITS; i++) { in contraint_to_pl()
599 for (t = POWER_LIMIT1; t < NR_POWER_LIMITS; t++) { in rapl_init_domains()
1049 for (i = POWER_LIMIT2; i < NR_POWER_LIMITS; i++) { in set_floor_freq_default()
1463 for (i = POWER_LIMIT1; i < NR_POWER_LIMITS; i++) { in rapl_detect_powerlimit()
2104 for (i = POWER_LIMIT1; i < NR_POWER_LIMITS; i++) { in rapl_remove_package_cpuslocked()
2255 for (i = POWER_LIMIT1; i < NR_POWER_LIMITS; i++) { in power_limit_state_save()
2276 for (i = POWER_LIMIT1; i < NR_POWER_LIMITS; i++) in power_limit_state_restore()