Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpufreq/
Damd-pstate.c171 DEFINE_STATIC_CALL(amd_pstate_update_perf, pstate_update_perf);
173 static inline void amd_pstate_update_perf(struct amd_cpudata *cpudata, in amd_pstate_update_perf() function
177 static_call(amd_pstate_update_perf)(cpudata, min_perf, des_perf, in amd_pstate_update_perf() local
241 amd_pstate_update_perf(cpudata, min_perf, des_perf, in amd_pstate_update()
652 static_call_update(amd_pstate_update_perf, cppc_update_perf); in amd_pstate_init()