Lines Matching full:performance

23  * Mutex serializing the registrations of performance domains and letting
29 * Manage performance domains with IDs. One can iterate the performance domains
77 DEFINE_EM_DBG_SHOW(performance, performance);
107 debugfs_create_file("performance", 0444, d, &em_dbg[i], in em_debug_create_ps()
147 /* Create the directory of the performance domain */ in em_debug_create_pd()
164 /* Create a sub-directory for each performance state */ in em_debug_create_pd()
207 * @pd : EM performance domain for which this must be done
242 * Calculate the performance value for each frequency with in em_init_performance()
249 table[i].performance = div64_u64(max_cap * table[i].frequency, in em_init_performance()
264 /* Compute the cost of each performance state. */ in em_compute_costs()
278 cost = power_res / table[i].performance; in em_compute_costs()
299 * @nr_states : Number of performance states
303 * the efficiency flag for each performance state. When the function finish
370 /* Build the list of performance states for this performance domain */ in em_create_perf_table()
374 * lowest performance state of 'dev' above 'freq' and updates in em_create_perf_table()
386 * higher performance states. in em_create_perf_table()
531 * em_pd_get() - Return the performance domain for a device
532 * @dev : Device to find the performance domain for
534 * Returns the performance domain to which @dev belongs, or NULL if it doesn't
547 * em_cpu_get() - Return the performance domain for a CPU
548 * @cpu : CPU to find the performance domain for
550 * Returns the performance domain to which @cpu belongs, or NULL if it doesn't
568 * @nr_states : Number of performance states to register
576 * Create Energy Model tables for a performance domain using the callbacks
583 * If multiple clients register the same performance domain, all but the first
604 * @nr_states : Number of performance states in the new PD
625 * Use a mutex to serialize the registration of performance domains and in em_dev_register_pd_no_update()
800 * Adjustment of CPU performance values after boot, when all CPUs capacites
813 em_max_perf = table[pd->nr_perf_states - 1].performance; in em_adjust_new_capacity()
949 * em_update_performance_limits() - Update Energy Model with performance
951 * @pd : Performance Domain with EM that has to be updated.
956 * performance levels. It takes the minimum and maximum frequency in kHz
957 * and does internal translation to performance levels.