Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dsvc_rdma.h163 wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */ member
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c467 wake_up(&xprt->sc_send_wait); in sq_cq_reap()
526 init_waitqueue_head(&cma_xprt->sc_send_wait); in rdma_create_xprt()
1245 if (waitqueue_active(&rdma->sc_send_wait)) in svc_rdma_has_wspace()
1282 wait_event(xprt->sc_send_wait, in svc_rdma_send()
1308 wake_up(&xprt->sc_send_wait); in svc_rdma_send()