Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpufreq/
Damd-pstate-trace.h28 unsigned long target_perf,
40 target_perf,
53 __field(unsigned long, target_perf)
66 __entry->target_perf = target_perf;
79 (unsigned long)__entry->target_perf,
Damd-pstate.c283 unsigned long target_perf, in amd_pstate_adjust_perf() argument
295 if (target_perf < capacity) in amd_pstate_adjust_perf()
296 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()
Dintel_pstate.c2921 unsigned long target_perf, in intel_cpufreq_adjust_perf() argument
2936 if (target_perf < capacity) in intel_cpufreq_adjust_perf()
2937 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()
Dcpufreq.c2164 unsigned long target_perf, in cpufreq_driver_adjust_perf() argument
2167 cpufreq_driver->adjust_perf(cpu, min_perf, target_perf, capacity); in cpufreq_driver_adjust_perf()
/Linux-v6.1/include/linux/
Dcpufreq.h347 unsigned long target_perf,
609 unsigned long target_perf,