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()
106 /* Build the list of performance states for this performance domain */ in em_create_perf_table()
110 * lowest performance state of 'dev' above 'freq' and updates in em_create_perf_table()
122 * higher performance states. in em_create_perf_table()
144 /* Compute the cost of each performance state. */ in em_create_perf_table()
206 * em_pd_get() - Return the performance domain for a device
207 * @dev : Device to find the performance domain for
209 * Returns the performance domain to which @dev belongs, or NULL if it doesn't
222 * em_cpu_get() - Return the performance domain for a CPU
223 * @cpu : CPU to find the performance domain for
225 * Returns the performance domain to which @cpu belongs, or NULL if it doesn't
243 * @nr_states : Number of performance states to register
249 * Create Energy Model tables for a performance domain using the callbacks
252 * If multiple clients register the same performance domain, all but the first
267 * Use a mutex to serialize the registration of performance domains and in em_dev_register_perf_domain()