Home
last modified time | relevance | path

Searched refs:xpt_bc_pending (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_backchannel.c229 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()
/Linux-v4.19/include/linux/sunrpc/
Dsvc_xprt.h87 struct rpc_wait_queue xpt_bc_pending; /* backchannel wait queue */ member
/Linux-v4.19/net/sunrpc/
Dsvc_xprt.c174 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()
Dxprtsock.c2724 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()