Searched refs:rapl_domain (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/powercap/ |
D | intel_rapl_common.c | 125 static bool is_pl_valid(struct rapl_domain *rd, int pl) in is_pl_valid() 132 static int get_pl_lock_prim(struct rapl_domain *rd, int pl) in get_pl_lock_prim() 156 static int get_pl_prim(struct rapl_domain *rd, int pl, enum pl_prims prim) in get_pl_prim() 204 container_of(_zone, struct rapl_domain, power_zone) 208 int (*check_unit)(struct rapl_domain *rd); 209 void (*set_floor_freq)(struct rapl_domain *rd, bool mode); 210 u64 (*compute_time_window)(struct rapl_domain *rd, u64 val, 253 static int rapl_read_data_raw(struct rapl_domain *rd, 256 static int rapl_write_data_raw(struct rapl_domain *rd, 259 static int rapl_read_pl_data(struct rapl_domain *rd, int pl, [all …]
|
/linux-6.12.1/include/linux/ |
D | intel_rapl.h | 44 struct rapl_domain; 93 struct rapl_domain *domain; 109 struct rapl_domain { struct 188 struct rapl_domain *domains; /* array of domains, sized at runtime */
|