Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dstat.h9 uint64_t rounds_rx; member
/mOS-networking-stack/core/src/
H A Dcore.c222 rs->rounds_rx = mtcp->runstat.rounds_rx - mtcp->p_runstat.rounds_rx; in PrintThreadRoundStats()
237 rs->rounds_rx / ROUND_DIV, rs->rounds_rx_try / ROUND_DIV, in PrintThreadRoundStats()
382 g_runstat.rounds_rx += rs.rounds_rx; in PrintNetworkStats()
396 g_runstat.rounds / 1000, g_runstat.rounds_rx / 1000, in PrintNetworkStats()
910 STAT_COUNT(mtcp->runstat.rounds_rx); in RunMainLoop()