Home
last modified time | relevance | path

Searched refs:svcrdma_stat_sq_starve (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c70 struct percpu_counter svcrdma_stat_sq_starve; variable
162 .data = &svcrdma_stat_sq_starve,
223 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_cleanup()
241 rc = percpu_counter_init(&svcrdma_stat_sq_starve, 0, GFP_KERNEL); in svc_rdma_proc_init()
259 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_init()
H A Dsvc_rdma_sendto.c329 percpu_counter_inc(&svcrdma_stat_sq_starve); in svc_rdma_send()
H A Dsvc_rdma_rw.c398 percpu_counter_inc(&svcrdma_stat_sq_starve); in svc_rdma_post_chunk_ctxt()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma.h71 extern struct percpu_counter svcrdma_stat_sq_starve;