Searched refs:rs (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | core.c | 236 mtcp->ctx->cpu, rs->rounds / ROUND_DIV, in PrintThreadRoundStats() 237 rs->rounds_rx / ROUND_DIV, rs->rounds_rx_try / ROUND_DIV, in PrintThreadRoundStats() 238 rs->rounds_tx / ROUND_DIV, rs->rounds_tx_try / ROUND_DIV, in PrintThreadRoundStats() 239 rs->rounds_select, in PrintThreadRoundStats() 240 rs->rounds_select_rx, rs->rounds_select_tx, rs->rounds_select_intr); in PrintThreadRoundStats() 294 struct run_stat rs; in PrintNetworkStats() local 379 PrintThreadRoundStats(g_mtcp[i], &rs); in PrintNetworkStats() 381 g_runstat.rounds += rs.rounds; in PrintNetworkStats() 382 g_runstat.rounds_rx += rs.rounds_rx; in PrintNetworkStats() 383 g_runstat.rounds_rx_try += rs.rounds_rx_try; in PrintNetworkStats() [all …]
|