Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpufreq.rs1278 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 Damd-pstate.c783 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 Dintel_pstate.c3240 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 Dcpufreq.c2249 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()