Searched refs:target_perf (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 1264 target_perf: c_ulong, in adjust_perf_callback() 1270 T::adjust_perf(policy, min_perf, target_perf, capacity); in adjust_perf_callback()
|
| /linux/drivers/cpufreq/ |
| 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 | 2245 unsigned long target_perf, in cpufreq_driver_adjust_perf() argument 2248 cpufreq_driver->adjust_perf(policy, min_perf, target_perf, capacity); in cpufreq_driver_adjust_perf()
|