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()
122 /* Build the list of performance states for this performance domain */ in em_create_perf_table()
126 * lowest performance state of 'dev' above 'freq' and updates in em_create_perf_table()
138 * higher performance states. in em_create_perf_table()
160 /* Compute the cost of each performance state. */ in em_create_perf_table()
283 * em_pd_get() - Return the performance domain for a device
284 * @dev : Device to find the performance domain for
286 * Returns the performance domain to which @dev belongs, or NULL if it doesn't
299 * em_cpu_get() - Return the performance domain for a CPU
300 * @cpu : CPU to find the performance domain for
302 * Returns the performance domain to which @cpu belongs, or NULL if it doesn't
320 * @nr_states : Number of performance states to register
328 * Create Energy Model tables for a performance domain using the callbacks
335 * If multiple clients register the same performance domain, all but the first
352 * Use a mutex to serialize the registration of performance domains and in em_dev_register_perf_domain()