Searched refs:svcrdma_stat_sq_starve (Results 1 – 4 of 4) sorted by relevance
70 struct percpu_counter svcrdma_stat_sq_starve; variable162 .data = &svcrdma_stat_sq_starve,241 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_cleanup()259 rc = percpu_counter_init(&svcrdma_stat_sq_starve, 0, GFP_KERNEL); in svc_rdma_proc_init()270 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_init()
324 percpu_counter_inc(&svcrdma_stat_sq_starve); in svc_rdma_send()
394 percpu_counter_inc(&svcrdma_stat_sq_starve); in svc_rdma_post_chunk_ctxt()
71 extern struct percpu_counter svcrdma_stat_sq_starve;