Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_power/
H A Drte_power_empty_poll.c210 uint64_t tot_edpi = 0, tot_ppi = 0; in update_stats() local
239 tot_edpi += s->edpi_av[j]; in update_stats()
243 tot_edpi = tot_edpi / BINS_AV; in update_stats()
245 percent = 100 - (uint32_t)(((float)tot_edpi / in update_stats()