Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_power_cpufreq.c40 static uint32_t total_freq_num; variable
79 total_freq_num = 0; in check_power_freqs()
118 total_freq_num = ret; in check_power_freqs()
181 ret = rte_power_set_freq(TEST_POWER_LCORE_ID, total_freq_num); in check_power_set_freq()
184 "successfully on lcore %u\n", total_freq_num, in check_power_set_freq()
188 ret = rte_power_set_freq(TEST_POWER_LCORE_ID, total_freq_num - 1); in check_power_set_freq()
196 ret = check_cur_freq(TEST_POWER_LCORE_ID, total_freq_num - 1); in check_power_set_freq()
232 ret = check_cur_freq(TEST_POWER_LCORE_ID, total_freq_num - 1); in check_power_freq_down()
287 ret = check_cur_freq(TEST_POWER_LCORE_ID, total_freq_num - 2); in check_power_freq_up()
362 ret = check_cur_freq(TEST_POWER_LCORE_ID, total_freq_num - 1); in check_power_freq_min()
[all …]