Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/powercap/
Dpowercap_sys.c158 constraint_attrs[MAX_CONSTRAINTS_PER_ZONE];
221 for (i = 0; i < MAX_CONSTRAINTS_PER_ZONE; ++i) { in free_constraint_attributes()
237 for (i = 0; i < MAX_CONSTRAINTS_PER_ZONE; ++i) { in seed_constraint_attributes()
507 nr_constraints > MAX_CONSTRAINTS_PER_ZONE || in powercap_register_zone()
/Linux-v4.19/include/linux/
Dpowercap.h123 #define MAX_CONSTRAINTS_PER_ZONE 10 macro