Home
last modified time | relevance | path

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

/dpdk/lib/power/
H A Drte_power_empty_poll.c205 uint32_t j, percent; in update_stats() local
233 percent = 100 - (uint32_t)(((float)tot_edpi / in update_stats()
236 return (uint32_t)percent; in update_stats()
243 uint32_t percent; in update_stats_normal() local
256 percent = update_stats(poll_stats); in update_stats_normal()
258 if (percent > 100) { in update_stats_normal()
268 if (percent > in update_stats_normal()
285 if (percent < in update_stats_normal()
/dpdk/app/dumpcap/
H A Dmain.c476 double percent; in report_packet_stats() local
493 percent = 0; in report_packet_stats()
495 percent = 100. * ifrecv / (ifrecv + ifdrop); in report_packet_stats()
500 intf->name, ifrecv, ifdrop, percent); in report_packet_stats()