Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dcore.c221 rs->rounds = mtcp->runstat.rounds - mtcp->p_runstat.rounds; in PrintThreadRoundStats()
222 rs->rounds_rx = mtcp->runstat.rounds_rx - mtcp->p_runstat.rounds_rx; in PrintThreadRoundStats()
223 rs->rounds_rx_try = mtcp->runstat.rounds_rx_try - mtcp->p_runstat.rounds_rx_try; in PrintThreadRoundStats()
224 rs->rounds_tx = mtcp->runstat.rounds_tx - mtcp->p_runstat.rounds_tx; in PrintThreadRoundStats()
225 rs->rounds_tx_try = mtcp->runstat.rounds_tx_try - mtcp->p_runstat.rounds_tx_try; in PrintThreadRoundStats()
226 rs->rounds_select = mtcp->runstat.rounds_select - mtcp->p_runstat.rounds_select; in PrintThreadRoundStats()
231 mtcp->p_runstat = mtcp->runstat; in PrintThreadRoundStats()
544 STAT_COUNT(mtcp->runstat.rounds_epoll); in FlushEpollEvents()
885 STAT_COUNT(mtcp->runstat.rounds); in RunMainLoop()
900 STAT_COUNT(mtcp->runstat.rounds_rx_try); in RunMainLoop()
[all …]
H A Dtimer.c391 STAT_COUNT(mtcp->runstat.rounds_rtocheck); in CheckRtmTimeout()
446 STAT_COUNT(mtcp->runstat.rounds_twcheck); in CheckTimewaitExpire()
499 STAT_COUNT(mtcp->runstat.rounds_tocheck); in CheckConnectionTimeout()
/mOS-networking-stack/core/src/include/
H A Dmtcp.h284 struct run_stat runstat; member