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

/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c71 struct percpu_counter svcrdma_stat_write; variable in typeref:struct:percpu_counter
155 .data = &svcrdma_stat_write,
222 percpu_counter_destroy(&svcrdma_stat_write);
244 rc = percpu_counter_init(&svcrdma_stat_write, 0, GFP_KERNEL);
H A Dsvc_rdma_rw.c502 percpu_counter_inc(&svcrdma_stat_write);
/linux-master/include/linux/sunrpc/
H A Dsvc_rdma.h73 extern struct percpu_counter svcrdma_stat_write;

Completed in 111 milliseconds