Searched refs:target_perf (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/cpufreq/ |
| H A D | amd-pstate-trace.h | 28 u8 target_perf, 39 target_perf, 51 __field(u8, target_perf) 63 __entry->target_perf = target_perf; 75 (u8)__entry->target_perf,
|
| H A D | amd-pstate.c | 679 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 D | intel_pstate.c | 3185 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 D | cpufreq.c | 2291 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 D | cpufreq.h | 371 unsigned long target_perf, 616 unsigned long target_perf,
|