Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpufreq/
Damd-pstate.c386 DEFINE_STATIC_CALL(amd_pstate_update_perf, pstate_update_perf);
388 static inline void amd_pstate_update_perf(struct amd_cpudata *cpudata, in amd_pstate_update_perf() function
392 static_call(amd_pstate_update_perf)(cpudata, min_perf, des_perf, in amd_pstate_update_perf() local
462 amd_pstate_update_perf(cpudata, min_perf, des_perf, in amd_pstate_update()
1485 static_call_update(amd_pstate_update_perf, cppc_update_perf); in amd_pstate_init()