Lines Matching full:performance
20 * Mutex serializing the registrations of performance domains and letting
60 /* Create the directory of the performance domain */ in em_debug_create_pd()
67 /* Create a sub-directory for each performance state */ in em_debug_create_pd()
107 /* Build the list of performance states for this performance domain */ in em_create_perf_table()
111 * lowest performance state of 'dev' above 'freq' and updates in em_create_perf_table()
123 * higher performance states. in em_create_perf_table()
157 /* Compute the cost of each performance state. */ in em_create_perf_table()
211 * em_pd_get() - Return the performance domain for a device
212 * @dev : Device to find the performance domain for
214 * Returns the performance domain to which @dev belongs, or NULL if it doesn't
227 * em_cpu_get() - Return the performance domain for a CPU
228 * @cpu : CPU to find the performance domain for
230 * Returns the performance domain to which @cpu belongs, or NULL if it doesn't
248 * @nr_states : Number of performance states to register
254 * Create Energy Model tables for a performance domain using the callbacks
257 * If multiple clients register the same performance domain, all but the first
272 * Use a mutex to serialize the registration of performance domains and in em_dev_register_perf_domain()