Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dcpufreq.h334 unsigned long target_perf,
593 unsigned long target_perf,
/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c2778 unsigned long target_perf, in intel_cpufreq_adjust_perf() argument
2793 if (target_perf < capacity) in intel_cpufreq_adjust_perf()
2794 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()
Dcpufreq.c2136 unsigned long target_perf, in cpufreq_driver_adjust_perf() argument
2139 cpufreq_driver->adjust_perf(cpu, min_perf, target_perf, capacity); in cpufreq_driver_adjust_perf()