Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Damd-pstate-trace.h28 u8 target_perf,
39 target_perf,
51 __field(u8, target_perf)
63 __entry->target_perf = target_perf;
75 (u8)__entry->target_perf,
H A Damd-pstate.c679 unsigned long target_perf, in amd_pstate_adjust_perf() argument
699 if (target_perf < capacity) in amd_pstate_adjust_perf()
700 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()
H A Dintel_pstate.c3185 unsigned long target_perf, in intel_cpufreq_adjust_perf() argument
3200 if (target_perf < capacity) in intel_cpufreq_adjust_perf()
3201 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()
H A Dcpufreq.c2291 unsigned long target_perf, in cpufreq_driver_adjust_perf() argument
2294 cpufreq_driver->adjust_perf(cpu, min_perf, target_perf, capacity); in cpufreq_driver_adjust_perf()
/linux-6.15/include/linux/
H A Dcpufreq.h371 unsigned long target_perf,
616 unsigned long target_perf,