Searched refs:MAX_RAPL_ZONES (Results 1 – 1 of 1) sorted by relevance
21 #define MAX_RAPL_ZONES 10 macro24 cstate_t rapl_zones[MAX_RAPL_ZONES];25 struct powercap_zone *rapl_zones_pt[MAX_RAPL_ZONES] = { 0 };27 unsigned long long rapl_zone_previous_count[MAX_RAPL_ZONES];28 unsigned long long rapl_zone_current_count[MAX_RAPL_ZONES];48 if (rapl_zone_count >= MAX_RAPL_ZONES) in powercap_count_zones()