Searched refs:sp_stats (Results 1 – 2 of 2) sorted by relevance
428 atomic_long_inc(&pool->sp_stats.packets); in svc_xprt_do_enqueue()432 pool->sp_stats.sockets_queued++; in svc_xprt_do_enqueue()440 atomic_long_inc(&pool->sp_stats.threads_woken); in svc_xprt_do_enqueue()746 atomic_long_inc(&pool->sp_stats.threads_timedout); in svc_get_next_xprt()1409 (unsigned long)atomic_long_read(&pool->sp_stats.packets), in svc_pool_stats_show()1410 pool->sp_stats.sockets_queued, in svc_pool_stats_show()1411 (unsigned long)atomic_long_read(&pool->sp_stats.threads_woken), in svc_pool_stats_show()1412 (unsigned long)atomic_long_read(&pool->sp_stats.threads_timedout)); in svc_pool_stats_show()
47 struct svc_pool_stats sp_stats; /* statistics on pool operation */ member