sp_stats 47 include/linux/sunrpc/svc.h struct svc_pool_stats sp_stats; /* statistics on pool operation */ sp_stats 417 net/sunrpc/svc_xprt.c atomic_long_inc(&pool->sp_stats.packets); sp_stats 421 net/sunrpc/svc_xprt.c pool->sp_stats.sockets_queued++; sp_stats 429 net/sunrpc/svc_xprt.c atomic_long_inc(&pool->sp_stats.threads_woken); sp_stats 735 net/sunrpc/svc_xprt.c atomic_long_inc(&pool->sp_stats.threads_timedout); sp_stats 1410 net/sunrpc/svc_xprt.c (unsigned long)atomic_long_read(&pool->sp_stats.packets), sp_stats 1411 net/sunrpc/svc_xprt.c pool->sp_stats.sockets_queued, sp_stats 1412 net/sunrpc/svc_xprt.c (unsigned long)atomic_long_read(&pool->sp_stats.threads_woken), sp_stats 1413 net/sunrpc/svc_xprt.c (unsigned long)atomic_long_read(&pool->sp_stats.threads_timedout));