Home
last modified time | relevance | path

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

/openbmc/linux/drivers/powercap/
H A Dpowercap_sys.c73 if (id >= power_zone->const_id_cnt) \
98 if (id >= power_zone->const_id_cnt) \
167 if (id >= power_zone->const_id_cnt) in show_constraint_name()
302 pconst->id = power_zone->const_id_cnt; in create_constraints()
303 power_zone->const_id_cnt++; in create_constraints()
/openbmc/linux/include/linux/
H A Dpowercap.h142 int const_id_cnt; member