Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dverbs.c156 wake_up_all(&ep->rep_connect_wait); in rpcrdma_qp_async_error_upcall()
171 wake_up_all(&ep->rep_connect_wait); in rpcrdma_cq_async_error_upcall()
474 wake_up_all(&ep->rep_connect_wait); in rpcrdma_conn_upcall()
771 init_waitqueue_head(&ep->rep_connect_wait); in rpcrdma_ep_create()
958 wait_event_interruptible(ep->rep_connect_wait, ep->rep_connected != 0); in rpcrdma_ep_connect()
1013 wait_event_interruptible(ep->rep_connect_wait, in rpcrdma_ep_disconnect()
Dxprt_rdma.h91 wait_queue_head_t rep_connect_wait; member