Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dsunrpc_syms.c29 EXPORT_SYMBOL(rpc_sleep_on);
Dxprt.c156 rpc_sleep_on(&xprt->resend, task, NULL, NULL); in __xprt_lock_write()
158 rpc_sleep_on(&xprt->sending, task, NULL, NULL); in __xprt_lock_write()
500 rpc_sleep_on(&xprt->pending, task, xprt_connect_status, in xprt_connect()
1202 rpc_sleep_on(&xprt->pending, task, NULL, NULL); in do_xprt_transmit()
1212 rpc_sleep_on(&xprt->sending, task, NULL, NULL); in do_xprt_transmit()
1239 rpc_sleep_on(&xprt->pending, task, NULL, xprt_timer); in do_xprt_transmit()
1266 rpc_sleep_on(&xprt->backlog, task, NULL, NULL); in do_xprt_reserve()
Dpmap_clnt.c55 rpc_sleep_on(&clnt->cl_bindwait, task, NULL, 0); in rpc_getport()
Dsched.c348 rpc_sleep_on(struct rpc_wait_queue *q, struct rpc_task *task, in rpc_sleep_on() function
485 rpc_sleep_on(&delay_queue, task, NULL, __rpc_atrun); in rpc_delay()
Dclnt.c681 rpc_sleep_on(&xprt->sending, task, NULL, NULL); in call_status()
/linux-2.4.37.9/fs/nfs/
Dflushd.c189 rpc_sleep_on(&flushd_queue, task, NULL, NULL); in nfs_flushd()
Dunlink.c187 rpc_sleep_on(&nfs_delete_queue, task, NULL, NULL); in nfs_async_unlink()
/linux-2.4.37.9/include/linux/sunrpc/
Dsched.h180 void rpc_sleep_on(struct rpc_wait_queue *, struct rpc_task *,