Searched refs:sp_stats (Results 1 – 2 of 2) sorted by relevance
346 pool->sp_stats.packets++; in svc_xprt_enqueue()374 pool->sp_stats.threads_woken++; in svc_xprt_enqueue()379 pool->sp_stats.sockets_queued++; in svc_xprt_enqueue()694 pool->sp_stats.threads_timedout++; in svc_recv()1224 pool->sp_stats.packets, in svc_pool_stats_show()1225 pool->sp_stats.sockets_queued, in svc_pool_stats_show()1226 pool->sp_stats.threads_woken, in svc_pool_stats_show()1227 pool->sp_stats.threads_timedout); in svc_pool_stats_show()
52 struct svc_pool_stats sp_stats; /* statistics on pool operation */ member