Searched refs:rpc_sleep_on (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/net/sunrpc/ |
D | sunrpc_syms.c | 29 EXPORT_SYMBOL(rpc_sleep_on);
|
D | xprt.c | 156 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()
|
D | pmap_clnt.c | 55 rpc_sleep_on(&clnt->cl_bindwait, task, NULL, 0); in rpc_getport()
|
D | sched.c | 348 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()
|
D | clnt.c | 681 rpc_sleep_on(&xprt->sending, task, NULL, NULL); in call_status()
|
/linux-2.4.37.9/fs/nfs/ |
D | flushd.c | 189 rpc_sleep_on(&flushd_queue, task, NULL, NULL); in nfs_flushd()
|
D | unlink.c | 187 rpc_sleep_on(&nfs_delete_queue, task, NULL, NULL); in nfs_async_unlink()
|
/linux-2.4.37.9/include/linux/sunrpc/ |
D | sched.h | 180 void rpc_sleep_on(struct rpc_wait_queue *, struct rpc_task *,
|