Home
last modified time | relevance | path

Searched refs:target_perf (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dcpufreq.rs1264 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 Dintel_pstate.c3244 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 Dcpufreq.c2245 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()