Searched refs:rte_power_freqs (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/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() 79 rte_power_freqs = power_acpi_cpufreq_freqs; in rte_power_set_env() 91 rte_power_freqs = power_kvm_vm_freqs; in rte_power_set_env() 103 rte_power_freqs = power_pstate_cpufreq_freqs; in rte_power_set_env() 116 rte_power_freqs = power_cppc_cpufreq_freqs; in rte_power_set_env()
|
| H A D | version.map | 11 rte_power_freqs;
|
| H A D | rte_power.h | 117 extern rte_power_freqs_t rte_power_freqs;
|
| H A D | rte_power_empty_poll.c | 432 total_avail_freqs[i] = rte_power_freqs(i, in rte_power_empty_poll_stat_init()
|
| /dpdk/app/test/ |
| H A D | test_power_cpufreq.c | 131 ret = rte_power_freqs(TEST_POWER_LCORE_INVALID, freqs, in check_power_freqs() 140 ret = rte_power_freqs(TEST_POWER_LCORE_ID, NULL, in check_power_freqs() 149 ret = rte_power_freqs(TEST_POWER_LCORE_ID, freqs, 0); in check_power_freqs() 157 ret = rte_power_freqs(TEST_POWER_LCORE_ID, freqs, in check_power_freqs() 511 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()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | power_manager.c | 108 num_freqs = rte_power_freqs(i, in power_manager_init()
|