Lines Matching full:performance

21  * Mutex serializing the registrations of performance domains and letting
65 DEFINE_EM_DBG_SHOW(performance, performance);
95 debugfs_create_file("performance", 0444, d, &em_dbg[i], in em_debug_create_ps()
125 /* Create the directory of the performance domain */ in em_debug_create_pd()
140 /* Create a sub-directory for each performance state */ in em_debug_create_pd()
195 * @pd : EM performance domain for which this must be done
230 * Calculate the performance value for each frequency with in em_init_performance()
237 table[i].performance = div64_u64(max_cap * table[i].frequency, in em_init_performance()
248 /* Compute the cost of each performance state. */ in em_compute_costs()
262 cost = power_res / table[i].performance; in em_compute_costs()
283 * @nr_states : Number of performance states
287 * the efficiency flag for each performance state. When the function finish
351 /* Build the list of performance states for this performance domain */ in em_create_perf_table()
355 * lowest performance state of 'dev' above 'freq' and updates in em_create_perf_table()
367 * higher performance states. in em_create_perf_table()
501 * em_pd_get() - Return the performance domain for a device
502 * @dev : Device to find the performance domain for
504 * Returns the performance domain to which @dev belongs, or NULL if it doesn't
517 * em_cpu_get() - Return the performance domain for a CPU
518 * @cpu : CPU to find the performance domain for
520 * Returns the performance domain to which @cpu belongs, or NULL if it doesn't
538 * @nr_states : Number of performance states to register
546 * Create Energy Model tables for a performance domain using the callbacks
553 * If multiple clients register the same performance domain, all but the first
570 * Use a mutex to serialize the registration of performance domains and in em_dev_register_perf_domain()
725 * Adjustment of CPU performance values after boot, when all CPUs capacites
787 em_max_perf = table[pd->nr_perf_states - 1].performance; in em_check_capacity_update()
792 * and trigger the update for new performance values. in em_check_capacity_update()