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