Home
last modified time | relevance | path

Searched refs:svcrdma_stat_recv (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c69 struct percpu_counter svcrdma_stat_recv; variable
148 .data = &svcrdma_stat_recv,
224 percpu_counter_destroy(&svcrdma_stat_recv); in svc_rdma_proc_cleanup()
238 rc = percpu_counter_init(&svcrdma_stat_recv, 0, GFP_KERNEL); in svc_rdma_proc_init()
261 percpu_counter_destroy(&svcrdma_stat_recv); in svc_rdma_proc_init()
H A Dsvc_rdma_recvfrom.c822 percpu_counter_inc(&svcrdma_stat_recv); in svc_rdma_recvfrom()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma.h70 extern struct percpu_counter svcrdma_stat_recv;