Lines Matching full:performance
21 * Mutex serializing the registrations of performance domains and letting
72 /* Create the directory of the performance domain */ in em_debug_create_pd()
82 /* Create a sub-directory for each performance state */ in em_debug_create_pd()
119 /* Build the list of performance states for this performance domain */ in em_create_perf_table()
123 * lowest performance state of 'dev' above 'freq' and updates in em_create_perf_table()
135 * higher performance states. in em_create_perf_table()
157 /* Compute the cost of each performance state. */ in em_create_perf_table()
280 * em_pd_get() - Return the performance domain for a device
281 * @dev : Device to find the performance domain for
283 * Returns the performance domain to which @dev belongs, or NULL if it doesn't
296 * em_cpu_get() - Return the performance domain for a CPU
297 * @cpu : CPU to find the performance domain for
299 * Returns the performance domain to which @cpu belongs, or NULL if it doesn't
317 * @nr_states : Number of performance states to register
325 * Create Energy Model tables for a performance domain using the callbacks
332 * If multiple clients register the same performance domain, all but the first
349 * Use a mutex to serialize the registration of performance domains and in em_dev_register_perf_domain()