Searched refs:rpc_sleep_on (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/net/sunrpc/ |
D | xprt.c | 499 rpc_sleep_on(&xprt->pending, task, action); in xprt_wait_for_buffer_space() 725 rpc_sleep_on(&xprt->pending, task, xprt_connect_status); in xprt_connect() 947 rpc_sleep_on(&xprt->pending, task, xprt_timer); in xprt_transmit() 996 rpc_sleep_on(&xprt->backlog, task, NULL); in xprt_alloc_slot()
|
D | sched.c | 350 void rpc_sleep_on(struct rpc_wait_queue *q, struct rpc_task *task, in rpc_sleep_on() function 363 EXPORT_SYMBOL_GPL(rpc_sleep_on); 634 rpc_sleep_on(&delay_queue, task, __rpc_atrun); in rpc_delay()
|
D | rpcb_clnt.c | 672 rpc_sleep_on(&xprt->binding, task, NULL); in rpcb_getport_async()
|
D | xprtsock.c | 2407 rpc_sleep_on(&xprt->xpt_bc_pending, task, NULL); in bc_send_request()
|
/linux-3.4.99/include/linux/sunrpc/ |
D | sched.h | 229 void rpc_sleep_on(struct rpc_wait_queue *, struct rpc_task *,
|
/linux-3.4.99/net/sunrpc/auth_gss/ |
D | auth_gss.c | 518 rpc_sleep_on(&pipe_version_rpc_waitqueue, task, NULL); in gss_refresh_upcall() 528 rpc_sleep_on(&gss_cred->gc_upcall->rpc_waitqueue, task, NULL); in gss_refresh_upcall() 534 rpc_sleep_on(&gss_msg->rpc_waitqueue, task, gss_upcall_callback); in gss_refresh_upcall()
|
/linux-3.4.99/fs/nfsd/ |
D | nfs4callback.c | 786 rpc_sleep_on(&clp->cl_cb_waitq, task, NULL); in nfsd41_cb_get_slot()
|
/linux-3.4.99/fs/nfs/ |
D | nfs4filelayout.c | 139 rpc_sleep_on(&mds_client->cl_rpcwaitq, task, NULL); in filelayout_async_handle_error()
|
D | nfs4proc.c | 584 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); in nfs41_setup_sequence() 592 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); in nfs41_setup_sequence() 600 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); in nfs41_setup_sequence() 2088 rpc_sleep_on(&NFS_SERVER(calldata->inode)->roc_rpcwaitq, in nfs4_close_prepare() 3930 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); in nfs4_async_handle_error()
|
D | nfs4state.c | 1052 rpc_sleep_on(&sequence->wait, task, NULL); in nfs_wait_on_sequence()
|