Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpufreq.rs1263 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 Damd-pstate.c718 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 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.c2255 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()