Searched refs:rte_power_freqs (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/lib/librte_power/ |
| H A D | rte_power.c | 19 rte_power_freqs_t rte_power_freqs = NULL; variable 34 rte_power_freqs = NULL; in reset_power_function_ptrs() 77 rte_power_freqs = power_acpi_cpufreq_freqs; in rte_power_set_env() 89 rte_power_freqs = power_kvm_vm_freqs; in rte_power_set_env() 101 rte_power_freqs = power_pstate_cpufreq_freqs; in rte_power_set_env()
|
| H A D | version.map | 11 rte_power_freqs;
|
| H A D | rte_power.h | 118 extern rte_power_freqs_t rte_power_freqs;
|
| H A D | rte_power_empty_poll.c | 444 total_avail_freqs[i] = rte_power_freqs(i, in rte_power_empty_poll_stat_init()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_power_cpufreq.c | 83 ret = rte_power_freqs(TEST_POWER_LCORE_INVALID, freqs, in check_power_freqs() 92 ret = rte_power_freqs(TEST_POWER_LCORE_ID, NULL, in check_power_freqs() 101 ret = rte_power_freqs(TEST_POWER_LCORE_ID, freqs, 0); in check_power_freqs() 109 ret = rte_power_freqs(TEST_POWER_LCORE_ID, freqs, in check_power_freqs() 448 if (rte_power_freqs == NULL) { in test_power_cpufreq()
|
| H A D | test_power_kvm_vm.c | 51 if (rte_power_freqs == NULL) { in test_power_kvm_vm() 228 ret = rte_power_freqs(TEST_POWER_VM_LCORE_ID, NULL, 0); in test_power_kvm_vm()
|
| H A D | test_power.c | 37 if ((rte_power_freqs == NULL) == not_null_expected) { in check_function_ptrs()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | power_manager.c | 105 num_freqs = rte_power_freqs(i, in power_manager_init()
|