Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dvector_kern.h53 uint64_t rx_queue_running_average; member
H A Dvector_kern.c106 vp->estats.rx_queue_running_average = 0; in vector_reset_stats()
1043 vp->estats.rx_queue_running_average = in vector_mmsg_rx()
1044 (vp->estats.rx_queue_running_average + packet_count) >> 1; in vector_mmsg_rx()