Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c68 struct percpu_counter svcrdma_stat_read; variable
141 .data = &svcrdma_stat_read,
225 percpu_counter_destroy(&svcrdma_stat_read); in svc_rdma_proc_cleanup()
235 rc = percpu_counter_init(&svcrdma_stat_read, 0, GFP_KERNEL); in svc_rdma_proc_init()
263 percpu_counter_destroy(&svcrdma_stat_read); in svc_rdma_proc_init()
H A Dsvc_rdma_rw.c752 percpu_counter_inc(&svcrdma_stat_read); in svc_rdma_build_read_segment()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma.h69 extern struct percpu_counter svcrdma_stat_read;