Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/powercap/
Dpowercap_sys.c72 if (id >= power_zone->const_id_cnt) \
97 if (id >= power_zone->const_id_cnt) \
166 if (id >= power_zone->const_id_cnt) in show_constraint_name()
301 pconst->id = power_zone->const_id_cnt; in create_constraints()
302 power_zone->const_id_cnt++; in create_constraints()
/linux-6.1.9/include/linux/
Dpowercap.h142 int const_id_cnt; member