Searched refs:sp_stats (Results 1 – 2 of 2) sorted by relevance
465 atomic_long_inc(&pool->sp_stats.packets); in svc_xprt_enqueue()469 pool->sp_stats.sockets_queued++; in svc_xprt_enqueue()477 atomic_long_inc(&pool->sp_stats.threads_woken); in svc_xprt_enqueue()772 atomic_long_inc(&pool->sp_stats.threads_timedout); in svc_get_next_xprt()1446 (unsigned long)atomic_long_read(&pool->sp_stats.packets), in svc_pool_stats_show()1447 pool->sp_stats.sockets_queued, in svc_pool_stats_show()1448 (unsigned long)atomic_long_read(&pool->sp_stats.threads_woken), in svc_pool_stats_show()1449 (unsigned long)atomic_long_read(&pool->sp_stats.threads_timedout)); in svc_pool_stats_show()
48 struct svc_pool_stats sp_stats; /* statistics on pool operation */ member