Searched refs:rpc_sleep_on (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/net/sunrpc/ |
D | xprt.c | 498 rpc_sleep_on(&xprt->pending, task, action); in xprt_wait_for_buffer_space() 752 rpc_sleep_on(&xprt->pending, task, xprt_connect_status); in xprt_connect() 913 rpc_sleep_on(&xprt->pending, task, xprt_timer); in xprt_prepare_transmit() 997 rpc_sleep_on(&xprt->pending, task, xprt_timer); in xprt_transmit() 1006 rpc_sleep_on(&xprt->backlog, task, NULL); in xprt_add_backlog() 1023 rpc_sleep_on(&xprt->backlog, task, NULL); in xprt_throttle_congested()
|
D | sched.c | 369 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); 650 rpc_sleep_on(&delay_queue, task, __rpc_atrun); in rpc_delay()
|
D | rpcb_clnt.c | 698 rpc_sleep_on(&xprt->binding, task, NULL); in rpcb_getport_async()
|
D | xprtsock.c | 2421 rpc_sleep_on(&xprt->xpt_bc_pending, task, NULL); in bc_send_request()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | sched.h | 220 void rpc_sleep_on(struct rpc_wait_queue *, struct rpc_task *,
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 577 rpc_sleep_on(&pipe_version_rpc_waitqueue, task, NULL); in gss_refresh_upcall() 587 rpc_sleep_on(&gss_cred->gc_upcall->rpc_waitqueue, task, NULL); in gss_refresh_upcall() 593 rpc_sleep_on(&gss_msg->rpc_waitqueue, task, gss_upcall_callback); in gss_refresh_upcall()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4callback.c | 856 rpc_sleep_on(&clp->cl_cb_waitq, task, NULL); in nfsd41_cb_get_slot()
|
/linux-4.1.27/fs/nfs/ |
D | pnfs.c | 1153 rpc_sleep_on(&NFS_SERVER(ino)->roc_rpcwaitq, task, NULL); in pnfs_roc_drain() 1177 rpc_sleep_on(&NFS_SERVER(ino)->roc_rpcwaitq, task, NULL); in pnfs_roc_drain()
|
D | nfs4state.c | 1125 rpc_sleep_on(&sequence->wait, task, NULL); in nfs_wait_on_sequence()
|
D | nfs4proc.c | 535 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); in nfs40_setup_sequence() 767 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); in nfs41_setup_sequence() 4940 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); in nfs4_async_handle_error()
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 219 rpc_sleep_on(&mds_client->cl_rpcwaitq, task, NULL); in filelayout_async_handle_error()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 775 rpc_sleep_on(&mds_client->cl_rpcwaitq, task, NULL); in ff_layout_async_handle_error_v4()
|