Lines Matching refs:rtstat

254 			GetAverageStat(&mtcp->rtstat.round), mtcp->rtstat.round.max,   in PrintThreadRoundTime()
255 GetAverageStat(&mtcp->rtstat.processing), mtcp->rtstat.processing.max, in PrintThreadRoundTime()
256 GetAverageStat(&mtcp->rtstat.tcheck), mtcp->rtstat.tcheck.max, in PrintThreadRoundTime()
257 GetAverageStat(&mtcp->rtstat.epoll), mtcp->rtstat.epoll.max, in PrintThreadRoundTime()
258 GetAverageStat(&mtcp->rtstat.handle), mtcp->rtstat.handle.max, in PrintThreadRoundTime()
259 GetAverageStat(&mtcp->rtstat.xmit), mtcp->rtstat.xmit.max, in PrintThreadRoundTime()
260 GetAverageStat(&mtcp->rtstat.select), mtcp->rtstat.select.max); in PrintThreadRoundTime()
262 InitStatCounter(&mtcp->rtstat.round); in PrintThreadRoundTime()
263 InitStatCounter(&mtcp->rtstat.processing); in PrintThreadRoundTime()
264 InitStatCounter(&mtcp->rtstat.tcheck); in PrintThreadRoundTime()
265 InitStatCounter(&mtcp->rtstat.epoll); in PrintThreadRoundTime()
266 InitStatCounter(&mtcp->rtstat.handle); in PrintThreadRoundTime()
267 InitStatCounter(&mtcp->rtstat.xmit); in PrintThreadRoundTime()
268 InitStatCounter(&mtcp->rtstat.select); in PrintThreadRoundTime()
873 InitStatCounter(&mtcp->rtstat.round); in RunMainLoop()
874 InitStatCounter(&mtcp->rtstat.processing); in RunMainLoop()
875 InitStatCounter(&mtcp->rtstat.tcheck); in RunMainLoop()
876 InitStatCounter(&mtcp->rtstat.epoll); in RunMainLoop()
877 InitStatCounter(&mtcp->rtstat.handle); in RunMainLoop()
878 InitStatCounter(&mtcp->rtstat.xmit); in RunMainLoop()
879 InitStatCounter(&mtcp->rtstat.select); in RunMainLoop()
890 UpdateStatCounter(&mtcp->rtstat.round, TimeDiffUs(&cur_ts, &prev_ts)); in RunMainLoop()
914 UpdateStatCounter(&mtcp->rtstat.processing, in RunMainLoop()
961 UpdateStatCounter(&mtcp->rtstat.tcheck, in RunMainLoop()
984 UpdateStatCounter(&mtcp->rtstat.epoll, in RunMainLoop()
995 UpdateStatCounter(&mtcp->rtstat.handle, in RunMainLoop()
1011 UpdateStatCounter(&mtcp->rtstat.xmit, in RunMainLoop()