Searched refs:target_perf (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/cpufreq/ |
A D | amd-pstate-trace.h | 28 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 D | amd-pstate.c | 456 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 D | intel_pstate.c | 2909 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 D | cpufreq.c | 2164 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 D | cpufreq.h | 347 unsigned long target_perf, 609 unsigned long target_perf,
|
Completed in 19 milliseconds