Searched refs:rep_connect_wait (Results 1 – 2 of 2) sorted by relevance
125 wake_up_all(&ep->rep_connect_wait); in rpcrdma_qp_async_error_upcall()285 wake_up_all(&ep->rep_connect_wait); in rpcrdma_conn_upcall()544 init_waitqueue_head(&ep->rep_connect_wait); in rpcrdma_ep_create()766 wait_event_interruptible(ep->rep_connect_wait, ep->rep_connected != 0); in rpcrdma_ep_connect()801 wait_event_interruptible(ep->rep_connect_wait, in rpcrdma_ep_disconnect()
101 wait_queue_head_t rep_connect_wait; member