Home
last modified time | relevance | path

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

/Linux-v6.6/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.c526 unsigned long target_perf, in amd_pstate_adjust_perf() argument
540 if (target_perf < capacity) in amd_pstate_adjust_perf()
541 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()
Dintel_pstate.c2949 unsigned long target_perf, in intel_cpufreq_adjust_perf() argument
2964 if (target_perf < capacity) in intel_cpufreq_adjust_perf()
2965 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()
Dcpufreq.c2212 unsigned long target_perf, in cpufreq_driver_adjust_perf() argument
2215 cpufreq_driver->adjust_perf(cpu, min_perf, target_perf, capacity); in cpufreq_driver_adjust_perf()
/Linux-v6.6/include/linux/
Dcpufreq.h354 unsigned long target_perf,
607 unsigned long target_perf,