Home
last modified time | relevance | path

Searched refs:p_runstat (Results 1 – 2 of 2) 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()
227 rs->rounds_select_rx = mtcp->runstat.rounds_select_rx - mtcp->p_runstat.rounds_select_rx; in PrintThreadRoundStats()
228 rs->rounds_select_tx = mtcp->runstat.rounds_select_tx - mtcp->p_runstat.rounds_select_tx; in PrintThreadRoundStats()
229 rs->rounds_select_intr = mtcp->runstat.rounds_select_intr - mtcp->p_runstat.rounds_select_intr; in PrintThreadRoundStats()
230 rs->rounds_twcheck = mtcp->runstat.rounds_twcheck - mtcp->p_runstat.rounds_twcheck; in PrintThreadRoundStats()
[all …]
/mOS-networking-stack/core/src/include/
H A Dmtcp.h285 struct run_stat p_runstat; member