Searched refs:sc_send_wait (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dsvc_rdma.h109 wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */ member in struct:svcxprt_rdma
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c144 init_waitqueue_head(&cma_xprt->sc_send_wait);
605 if (waitqueue_active(&rdma->sc_send_wait))
H A Dsvc_rdma_sendto.c283 if (unlikely(waitqueue_active(&rdma->sc_send_wait)))
284 wake_up(&rdma->sc_send_wait);
368 wait_event(rdma->sc_send_wait,
H A Dsvc_rdma_rw.c400 wait_event(rdma->sc_send_wait,
413 wake_up(&rdma->sc_send_wait);

Completed in 200 milliseconds