Searched refs:em_perf_table (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Denergy_model.h43 * struct em_perf_table - Performance states table
48 struct em_perf_table { struct
56 * @em_table: Pointer to the runtime modifiable em_perf_table
71 struct em_perf_table __rcu *em_table;
166 struct em_perf_table __rcu *new_table);
171 struct em_perf_table __rcu *em_table_alloc(struct em_perf_domain *pd);
172 void em_table_free(struct em_perf_table __rcu *table);
229 struct em_perf_table *em_table;
367 struct em_perf_table __rcu *em_table_alloc(struct em_perf_domain *pd)
371 static inline void em_table_free(struct em_perf_table __rc
[all...]
/linux-master/kernel/power/
H A Denergy_model.c166 struct em_perf_table __rcu *table;
168 table = container_of(rp, struct em_perf_table, rcu);
174 struct em_perf_table __rcu *table;
177 table = container_of(kref, struct em_perf_table, kref);
188 void em_table_free(struct em_perf_table __rcu *table)
201 struct em_perf_table __rcu *em_table_alloc(struct em_perf_domain *pd)
203 struct em_perf_table __rcu *table;
311 struct em_perf_table __rcu *new_table)
313 struct em_perf_table __rcu *old_table;
402 struct em_perf_table __rc
[all...]

Completed in 278 milliseconds