Home
last modified time | relevance | path

Searched refs:sp_stats (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c347 atomic_long_inc(&pool->sp_stats.packets); in svc_xprt_do_enqueue()
378 atomic_long_inc(&pool->sp_stats.threads_woken); in svc_xprt_do_enqueue()
396 pool->sp_stats.sockets_queued++; in svc_xprt_do_enqueue()
717 atomic_long_inc(&pool->sp_stats.threads_timedout); in svc_get_next_xprt()
1345 (unsigned long)atomic_long_read(&pool->sp_stats.packets), in svc_pool_stats_show()
1346 pool->sp_stats.sockets_queued, in svc_pool_stats_show()
1347 (unsigned long)atomic_long_read(&pool->sp_stats.threads_woken), in svc_pool_stats_show()
1348 (unsigned long)atomic_long_read(&pool->sp_stats.threads_timedout)); in svc_pool_stats_show()
/linux-4.1.27/include/linux/sunrpc/
Dsvc.h51 struct svc_pool_stats sp_stats; /* statistics on pool operation */ member