Home
last modified time | relevance | path

Searched refs:rpc_sleep_on (Results 1 – 5 of 5) sorted by relevance

/net/sunrpc/
Dxprt.c501 rpc_sleep_on(&xprt->pending, task, action); in xprt_wait_for_buffer_space()
724 rpc_sleep_on(&xprt->pending, task, xprt_connect_status); in xprt_connect()
946 rpc_sleep_on(&xprt->pending, task, xprt_timer); in xprt_transmit()
954 rpc_sleep_on(&xprt->backlog, task, NULL); in xprt_add_backlog()
971 rpc_sleep_on(&xprt->backlog, task, NULL); in xprt_throttle_congested()
Dsched.c369 void rpc_sleep_on(struct rpc_wait_queue *q, struct rpc_task *task, in rpc_sleep_on() function
387 EXPORT_SYMBOL_GPL(rpc_sleep_on);
663 rpc_sleep_on(&delay_queue, task, __rpc_atrun); in rpc_delay()
Drpcb_clnt.c674 rpc_sleep_on(&xprt->binding, task, NULL); in rpcb_getport_async()
Dxprtsock.c2444 rpc_sleep_on(&xprt->xpt_bc_pending, task, NULL); in bc_send_request()
/net/sunrpc/auth_gss/
Dauth_gss.c536 rpc_sleep_on(&pipe_version_rpc_waitqueue, task, NULL); in gss_refresh_upcall()
546 rpc_sleep_on(&gss_cred->gc_upcall->rpc_waitqueue, task, NULL); in gss_refresh_upcall()
552 rpc_sleep_on(&gss_msg->rpc_waitqueue, task, gss_upcall_callback); in gss_refresh_upcall()