Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dverbs.c71 static struct workqueue_struct *rpcrdma_receive_wq; variable
84 rpcrdma_receive_wq = recv_wq; in rpcrdma_alloc_wq()
93 if (rpcrdma_receive_wq) { in rpcrdma_destroy_wq()
94 wq = rpcrdma_receive_wq; in rpcrdma_destroy_wq()
95 rpcrdma_receive_wq = NULL; in rpcrdma_destroy_wq()
217 queue_work(rpcrdma_receive_wq, &rep->rr_work); in rpcrdma_recvcq_process_wc()