Searched refs:rep_connect_wait (Results 1 – 2 of 2) sorted by relevance
111 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()
85 wait_queue_head_t rep_connect_wait; member