Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dverbs.c111 wake_up_all(&ep->rep_connect_wait); in rpcrdma_qp_async_error_upcall()
126 wake_up_all(&ep->rep_connect_wait); in rpcrdma_cq_async_error_upcall()
335 wake_up_all(&ep->rep_connect_wait); in rpcrdma_conn_upcall()
624 init_waitqueue_head(&ep->rep_connect_wait); in rpcrdma_ep_create()
817 wait_event_interruptible(ep->rep_connect_wait, ep->rep_connected != 0); in rpcrdma_ep_connect()
886 wait_event_interruptible(ep->rep_connect_wait, in rpcrdma_ep_disconnect()
Dxprt_rdma.h85 wait_queue_head_t rep_connect_wait; member