Searched refs:xpt_bc_pending (Results 1 – 4 of 4) sorted by relevance
229 rpc_sleep_on(&sxprt->xpt_bc_pending, task, NULL); in xprt_rdma_bc_send_request()232 rpc_wake_up_queued_task(&sxprt->xpt_bc_pending, task); in xprt_rdma_bc_send_request()
87 struct rpc_wait_queue xpt_bc_pending; /* backchannel wait queue */ member
174 rpc_init_wait_queue(&xprt->xpt_bc_pending, "xpt_bc_pending"); in svc_xprt_init()898 rpc_wake_up(&xprt->xpt_bc_pending); in svc_send()
2724 rpc_sleep_on(&xprt->xpt_bc_pending, task, NULL); in bc_send_request()2727 rpc_wake_up_queued_task(&xprt->xpt_bc_pending, task); in bc_send_request()