Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_power/
H A Drte_power.c26 rte_power_freq_change_t rte_power_turbo_status; variable
41 rte_power_turbo_status = NULL; in reset_power_function_ptrs()
84 rte_power_turbo_status = power_acpi_turbo_status; in rte_power_set_env()
96 rte_power_turbo_status = power_kvm_vm_turbo_status; in rte_power_set_env()
108 rte_power_turbo_status = power_pstate_turbo_status; in rte_power_set_env()
H A Dversion.map19 rte_power_turbo_status;
H A Drte_power.h242 extern rte_power_freq_change_t rte_power_turbo_status;
/f-stack/dpdk/app/test/
H A Dtest_power.c79 if ((rte_power_turbo_status == NULL) == not_null_expected) { in check_function_ptrs()
H A Dtest_power_cpufreq.c375 if (rte_power_turbo_status(TEST_POWER_LCORE_ID) == 0) { in check_power_turbo()
483 if (rte_power_turbo_status == NULL) { in test_power_cpufreq()