Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_power_kvm_vm.c76 if (rte_power_freq_max == NULL) { in test_power_kvm_vm()
140 ret = rte_power_freq_max(TEST_POWER_VM_LCORE_OUT_OF_BOUNDS); in test_power_kvm_vm()
172 ret = rte_power_freq_max(TEST_POWER_VM_LCORE_INVALID); in test_power_kvm_vm()
220 ret = rte_power_freq_max(TEST_POWER_VM_LCORE_ID); in test_power_kvm_vm()
287 ret = rte_power_freq_max(TEST_POWER_VM_LCORE_ID); in test_power_kvm_vm()
H A Dtest_power_cpufreq.c237 ret = rte_power_freq_max(TEST_POWER_LCORE_ID); in check_power_freq_down()
292 ret = rte_power_freq_max(TEST_POWER_LCORE_ID); in check_power_freq_up()
320 ret = rte_power_freq_max(TEST_POWER_LCORE_INVALID); in check_power_freq_max()
326 ret = rte_power_freq_max(TEST_POWER_LCORE_ID); in check_power_freq_max()
473 if (rte_power_freq_max == NULL) { in test_power_cpufreq()
H A Dtest_power.c67 if ((rte_power_freq_max == NULL) == not_null_expected) { in check_function_ptrs()
/f-stack/dpdk/lib/librte_power/
H A Drte_power.c24 rte_power_freq_change_t rte_power_freq_max = NULL; variable
39 rte_power_freq_max = NULL; in reset_power_function_ptrs()
83 rte_power_freq_max = power_acpi_cpufreq_freq_max; in rte_power_set_env()
95 rte_power_freq_max = power_kvm_vm_freq_max; in rte_power_set_env()
107 rte_power_freq_max = power_pstate_cpufreq_freq_max; in rte_power_set_env()
H A Dversion.map8 rte_power_freq_max;
H A Drte_power.h213 extern rte_power_freq_change_t rte_power_freq_max;
/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c426 ret = rte_power_freq_max(res->lcore_id); in cmd_set_cpu_freq_parsed()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c1448 if (rte_power_freq_max) in main_legacy_loop()
1449 rte_power_freq_max(lcore_id); in main_legacy_loop()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst278 rte_power_freq_max(lcore_id);