Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Damd-pstate.c622 unsigned long _min_perf, in amd_pstate_adjust_perf() argument
648 if (_min_perf < capacity) in amd_pstate_adjust_perf()
649 min_perf = DIV_ROUND_UP(cap_perf * _min_perf, capacity); in amd_pstate_adjust_perf()