Lines Matching full:performance
20 * Mutex serializing the registrations of performance domains and letting
71 /* Create the directory of the performance domain */ in em_debug_create_pd()
80 /* Create a sub-directory for each performance state */ in em_debug_create_pd()
120 /* Build the list of performance states for this performance domain */ in em_create_perf_table()
124 * lowest performance state of 'dev' above 'freq' and updates in em_create_perf_table()
136 * higher performance states. in em_create_perf_table()
170 /* Compute the cost of each performance state. */ in em_create_perf_table()
226 * em_pd_get() - Return the performance domain for a device
227 * @dev : Device to find the performance domain for
229 * Returns the performance domain to which @dev belongs, or NULL if it doesn't
242 * em_cpu_get() - Return the performance domain for a CPU
243 * @cpu : CPU to find the performance domain for
245 * Returns the performance domain to which @cpu belongs, or NULL if it doesn't
263 * @nr_states : Number of performance states to register
271 * Create Energy Model tables for a performance domain using the callbacks
278 * If multiple clients register the same performance domain, all but the first
294 * Use a mutex to serialize the registration of performance domains and in em_dev_register_perf_domain()