Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/sunrpc/
Dsvc_xprt.h78 struct rpc_wait_queue xpt_bc_pending; /* backchannel wait queue */ member
/linux-2.6.39/net/sunrpc/
Dsvc_xprt.c164 rpc_init_wait_queue(&xprt->xpt_bc_pending, "xpt_bc_pending"); in svc_xprt_init()
812 rpc_wake_up(&xprt->xpt_bc_pending); in svc_send()
Dxprtsock.c2058 rpc_sleep_on(&xprt->xpt_bc_pending, task, NULL); in bc_send_request()
2061 rpc_wake_up_queued_task(&xprt->xpt_bc_pending, task); in bc_send_request()