Searched refs:sc_send_wait (Results 1 – 4 of 4) sorted by relevance
283 if (unlikely(waitqueue_active(&rdma->sc_send_wait))) in svc_rdma_wake_send_waiters()284 wake_up(&rdma->sc_send_wait); in svc_rdma_wake_send_waiters()368 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()646 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