Searched refs:rte_power_freq_disable_turbo (Results 1 – 7 of 7) sorted by relevance
28 rte_power_freq_change_t rte_power_freq_disable_turbo; variable43 rte_power_freq_disable_turbo = NULL; in reset_power_function_ptrs()86 rte_power_freq_disable_turbo = power_acpi_disable_turbo; in rte_power_set_env()98 rte_power_freq_disable_turbo = power_kvm_vm_disable_turbo; in rte_power_set_env()110 rte_power_freq_disable_turbo = power_pstate_disable_turbo; in rte_power_set_env()
5 rte_power_freq_disable_turbo;
268 extern rte_power_freq_change_t rte_power_freq_disable_turbo;
401 ret = rte_power_freq_disable_turbo(TEST_POWER_LCORE_INVALID); in check_power_turbo()407 ret = rte_power_freq_disable_turbo(TEST_POWER_LCORE_ID); in check_power_turbo()493 if (rte_power_freq_disable_turbo == NULL) { in test_power_cpufreq()
91 if ((rte_power_freq_disable_turbo == NULL) == not_null_expected) { in check_function_ptrs()
188 ret = rte_power_freq_disable_turbo(TEST_POWER_VM_LCORE_ID); in test_power_kvm_vm()
430 ret = rte_power_freq_disable_turbo(res->lcore_id); in cmd_set_cpu_freq_parsed()