Searched refs:rpc_sleep_on_timeout (Results 1 – 4 of 4) sorted by relevance
/net/sunrpc/ |
D | xprt.c | 288 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt() 354 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt_cong() 934 rpc_sleep_on_timeout(&xprt->pending, task, NULL, in xprt_connect() 1255 rpc_sleep_on_timeout(&req->rq_xprt->pending, task, xprt_timer, in xprt_wait_for_reply_request_def() 1280 rpc_sleep_on_timeout(&req->rq_xprt->pending, task, xprt_timer, in xprt_wait_for_reply_request_rtt()
|
D | sched.c | 409 void rpc_sleep_on_timeout(struct rpc_wait_queue *q, struct rpc_task *task, in rpc_sleep_on_timeout() function 424 EXPORT_SYMBOL_GPL(rpc_sleep_on_timeout); 781 rpc_sleep_on_timeout(&delay_queue, task, __rpc_atrun, jiffies + delay); in rpc_delay()
|
D | rpcb_clnt.c | 667 rpc_sleep_on_timeout(&xprt->binding, task, in rpcb_getport_async()
|
/net/sunrpc/auth_gss/ |
D | auth_gss.c | 593 rpc_sleep_on_timeout(&pipe_version_rpc_waitqueue, in gss_refresh_upcall()
|