Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvc_xprt.c447 atomic_long_inc(&pool->sp_stats.packets); in svc_xprt_do_enqueue()
451 pool->sp_stats.sockets_queued++; in svc_xprt_do_enqueue()
459 atomic_long_inc(&pool->sp_stats.threads_woken); in svc_xprt_do_enqueue()
768 atomic_long_inc(&pool->sp_stats.threads_timedout); in svc_get_next_xprt()
1431 (unsigned long)atomic_long_read(&pool->sp_stats.packets), in svc_pool_stats_show()
1432 pool->sp_stats.sockets_queued, in svc_pool_stats_show()
1433 (unsigned long)atomic_long_read(&pool->sp_stats.threads_woken), in svc_pool_stats_show()
1434 (unsigned long)atomic_long_read(&pool->sp_stats.threads_timedout)); in svc_pool_stats_show()
/linux/include/linux/sunrpc/
A Dsvc.h48 struct svc_pool_stats sp_stats; /* statistics on pool operation */ member

Completed in 8 milliseconds