Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/cpufreq/
A 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,
A Damd-pstate.c456 unsigned long target_perf, in amd_pstate_adjust_perf() argument
468 if (target_perf < capacity) in amd_pstate_adjust_perf()
469 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()
A Dintel_pstate.c2909 unsigned long target_perf, in intel_cpufreq_adjust_perf() argument
2924 if (target_perf < capacity) in intel_cpufreq_adjust_perf()
2925 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()
A 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-6.3-rc2/include/linux/
A Dcpufreq.h347 unsigned long target_perf,
609 unsigned long target_perf,

Completed in 19 milliseconds