Searched refs:sc_send_wait (Results 1 – 4 of 4) sorted by relevance
293 if (unlikely(waitqueue_active(&rdma->sc_send_wait)))294 wake_up(&rdma->sc_send_wait);378 wait_event(rdma->sc_send_wait, in svc_rdma_post_send()
181 init_waitqueue_head(&cma_xprt->sc_send_wait); in svc_rdma_create_xprt()647 if (waitqueue_active(&rdma->sc_send_wait)) in svc_rdma_has_wspace()
400 wait_event(rdma->sc_send_wait, in svc_rdma_post_chunk_ctxt()413 wake_up(&rdma->sc_send_wait); in svc_rdma_post_chunk_ctxt()
111 wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */ member