Searched refs:rr_unbind (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h127 wait_queue_head_t rr_unbind; /* optional unbind wait */ member in struct:rpcrdma_rep
H A Dtransport.c614 if (rep && wait_event_interruptible(rep->rr_unbind, !rep->rr_func)) {
H A Dverbs.c1137 init_waitqueue_head(&rep->rr_unbind);
1297 init_waitqueue_head(&req->rl_reply->rr_unbind);
H A Drpc_rdma.c718 wake_up(&rep->rr_unbind);

Completed in 45 milliseconds