Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c397 wake_up(&xprt->sc_send_wait); in sq_cq_reap()
454 init_waitqueue_head(&cma_xprt->sc_send_wait); in rdma_create_xprt()
1208 if (waitqueue_active(&rdma->sc_send_wait)) in svc_rdma_has_wspace()
1275 wait_event(xprt->sc_send_wait, in svc_rdma_send()
1301 wake_up(&xprt->sc_send_wait); in svc_rdma_send()
/linux-3.4.99/include/linux/sunrpc/
Dsvc_rdma.h162 wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */ member