Searched refs:adjust_perf (Results 1 – 6 of 6) sorted by relevance
/linux/rust/kernel/ |
H A D | cpufreq.rs | 795 fn adjust_perf(_policy: &mut Policy, _min_perf: usize, _target_perf: usize, _capacity: usize) { in adjust_perf() method 946 adjust_perf: if T::HAS_ADJUST_PERF { 1270 T::adjust_perf(&mut policy, min_perf, target_perf, capacity); in adjust_perf_callback()
|
/linux/drivers/cpufreq/ |
H A D | amd-pstate.c | 1041 if (!current_pstate_driver->adjust_perf) in amd_pstate_cpu_init() 1042 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf; in amd_pstate_cpu_init() 1530 current_pstate_driver->adjust_perf = NULL; in amd_pstate_epp_cpu_init()
|
H A D | cpufreq.c | 2255 cpufreq_driver->adjust_perf(cpu, min_perf, target_perf, capacity); in cpufreq_driver_adjust_perf() 2266 return !!cpufreq_driver->adjust_perf; in cpufreq_driver_has_adjust_perf() 2930 (driver_data->adjust_perf && !driver_data->fast_switch)) in cpufreq_register_driver()
|
H A D | intel_pstate.c | 3847 intel_cpufreq.adjust_perf = intel_cpufreq_adjust_perf; in intel_pstate_init()
|
/linux/include/linux/ |
H A D | cpufreq.h | 372 void (*adjust_perf)(unsigned int cpu, member
|
/linux/Documentation/admin-guide/pm/ |
H A D | amd-pstate.rst | 176 registers the adjust_perf callback to implement performance update behavior
|