Searched refs:sc_send_wait (Results 1 – 2 of 2) sorted by relevance
397 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()
162 wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */ member