Searched refs:target_perf (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/cpufreq/ |
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,
|
D | amd-pstate.c | 526 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()
|
D | intel_pstate.c | 2949 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()
|
D | cpufreq.c | 2212 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/ |
D | cpufreq.h | 354 unsigned long target_perf, 607 unsigned long target_perf,
|