Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c414 wake_up(&xprt->sc_send_wait); in sq_cq_reap()
473 init_waitqueue_head(&cma_xprt->sc_send_wait); in rdma_create_xprt()
1213 if (waitqueue_active(&rdma->sc_send_wait)) in svc_rdma_has_wspace()
1284 wait_event(xprt->sc_send_wait, in svc_rdma_send()
1310 wake_up(&xprt->sc_send_wait); in svc_rdma_send()
/linux-4.1.27/include/linux/sunrpc/
Dsvc_rdma.h164 wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */ member