Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c283 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()
H A Dsvc_rdma_transport.c181 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()
H A Dsvc_rdma_rw.c400 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()
/linux/include/linux/sunrpc/
H A Dsvc_rdma.h111 wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */ member