Home
last modified time | relevance | path

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

/dpdk/lib/power/
H A Dpower_cppc_cpufreq.c385 if (power_cppc_cpufreq_freq_max(lcore_id) < 0) { in power_cppc_cpufreq_init()
549 power_cppc_cpufreq_freq_max(unsigned int lcore_id) in power_cppc_cpufreq_freq_max() function
627 if (power_cppc_cpufreq_freq_max(lcore_id) < 0) { in power_cppc_enable_turbo()
653 if (power_cppc_cpufreq_freq_max(lcore_id) < 0) { in power_cppc_disable_turbo()
H A Dpower_cppc_cpufreq.h146 int power_cppc_cpufreq_freq_max(unsigned int lcore_id);
H A Drte_power.c122 rte_power_freq_max = power_cppc_cpufreq_freq_max; in rte_power_set_env()