Home
last modified time | relevance | path

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

/linux-6.15/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c71 struct percpu_counter svcrdma_stat_write; variable
155 .data = &svcrdma_stat_write,
221 percpu_counter_destroy(&svcrdma_stat_write); in svc_rdma_proc_cleanup()
243 rc = percpu_counter_init(&svcrdma_stat_write, 0, GFP_KERNEL); in svc_rdma_proc_init()
256 percpu_counter_destroy(&svcrdma_stat_write); in svc_rdma_proc_init()
H A Dsvc_rdma_rw.c502 percpu_counter_inc(&svcrdma_stat_write); in svc_rdma_build_writes()
/linux-6.15/include/linux/sunrpc/
H A Dsvc_rdma.h74 extern struct percpu_counter svcrdma_stat_write;