Home
last modified time | relevance | path

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

/linux-5.19.10/net/sunrpc/xprtrdma/
Dverbs.c257 wake_up_all(&ep->re_connect_wait); in rpcrdma_cm_event_handler()
270 wake_up_all(&ep->re_connect_wait); in rpcrdma_cm_event_handler()
409 init_waitqueue_head(&ep->re_connect_wait); in rpcrdma_ep_create()
513 wait_event_interruptible(ep->re_connect_wait, in rpcrdma_xprt_connect()
Dxprt_rdma.h90 wait_queue_head_t re_connect_wait; member