Searched refs:rep_connect_wait (Results 1 – 2 of 2) sorted by relevance
262 wake_up_all(&ep->rep_connect_wait); in rpcrdma_cm_event_handler()282 wake_up_all(&ep->rep_connect_wait); in rpcrdma_cm_event_handler()522 init_waitqueue_head(&ep->rep_connect_wait); in rpcrdma_ep_create()737 wait_event_interruptible(ep->rep_connect_wait, ep->rep_connected != 0); in rpcrdma_ep_connect()776 wait_event_interruptible(ep->rep_connect_wait, in rpcrdma_ep_disconnect()
99 wait_queue_head_t rep_connect_wait; member