Searched refs:target_perf (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 1278 target_perf: c_ulong, 1285 T::adjust_perf(policy, min_perf, target_perf, max_perf, capacity); in get_intermediate_callback()
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 783 unsigned long target_perf, in amd_pstate_adjust_perf() argument 803 if (target_perf < capacity) in amd_pstate_adjust_perf() 804 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()
|
| H A D | intel_pstate.c | 3240 unsigned long target_perf, in intel_cpufreq_adjust_perf() argument 3256 if (target_perf < capacity) in intel_cpufreq_adjust_perf() 3257 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()
|
| H A D | cpufreq.c | 2249 unsigned long target_perf, in cpufreq_driver_adjust_perf() argument 2253 cpufreq_driver->adjust_perf(policy, min_perf, target_perf, max_perf, capacity); in cpufreq_driver_adjust_perf()
|