Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dsvc_xprt.c417 atomic_long_inc(&pool->sp_stats.packets); in svc_xprt_do_enqueue()
421 pool->sp_stats.sockets_queued++; in svc_xprt_do_enqueue()
429 atomic_long_inc(&pool->sp_stats.threads_woken); in svc_xprt_do_enqueue()
735 atomic_long_inc(&pool->sp_stats.threads_timedout); in svc_get_next_xprt()
1411 (unsigned long)atomic_long_read(&pool->sp_stats.packets), in svc_pool_stats_show()
1412 pool->sp_stats.sockets_queued, in svc_pool_stats_show()
1413 (unsigned long)atomic_long_read(&pool->sp_stats.threads_woken), in svc_pool_stats_show()
1414 (unsigned long)atomic_long_read(&pool->sp_stats.threads_timedout)); in svc_pool_stats_show()
/Linux-v5.4/include/linux/sunrpc/
Dsvc.h47 struct svc_pool_stats sp_stats; /* statistics on pool operation */ member