Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dstat.h10 uint64_t rounds_rx_try; member
/mOS-networking-stack/core/src/
H A Dcore.c223 rs->rounds_rx_try = mtcp->runstat.rounds_rx_try - mtcp->p_runstat.rounds_rx_try; in PrintThreadRoundStats()
237 rs->rounds_rx / ROUND_DIV, rs->rounds_rx_try / ROUND_DIV, in PrintThreadRoundStats()
383 g_runstat.rounds_rx_try += rs.rounds_rx_try; in PrintNetworkStats()
397 g_runstat.rounds_rx_try / 1000, g_runstat.rounds_tx / 1000, in PrintNetworkStats()
900 STAT_COUNT(mtcp->runstat.rounds_rx_try); in RunMainLoop()