Searched refs:target_perf (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 1263 target_perf: c_ulong, in adjust_perf_callback() 1270 T::adjust_perf(&mut policy, min_perf, target_perf, capacity); in adjust_perf_callback()
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 718 unsigned long target_perf, in amd_pstate_adjust_perf() argument 738 if (target_perf < capacity) in amd_pstate_adjust_perf() 739 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()
|
| H A D | intel_pstate.c | 3244 unsigned long target_perf, in intel_cpufreq_adjust_perf() argument 3259 if (target_perf < capacity) in intel_cpufreq_adjust_perf() 3260 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()
|
| H A D | cpufreq.c | 2255 unsigned long target_perf, in cpufreq_driver_adjust_perf() argument 2258 cpufreq_driver->adjust_perf(cpu, min_perf, target_perf, capacity); in cpufreq_driver_adjust_perf()
|