Searched refs:rpc_sleep_on (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/sunrpc/ |
D | xprt.c | 501 rpc_sleep_on(&xprt->pending, task, action); in xprt_wait_for_buffer_space() 755 rpc_sleep_on(&xprt->pending, task, xprt_connect_status); in xprt_connect() 916 rpc_sleep_on(&xprt->pending, task, xprt_timer); in xprt_prepare_transmit() 1001 rpc_sleep_on(&xprt->pending, task, xprt_timer); in xprt_transmit() 1010 rpc_sleep_on(&xprt->backlog, task, NULL); in xprt_add_backlog() 1027 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 | 2579 rpc_sleep_on(&xprt->xpt_bc_pending, task, NULL); in bc_send_request()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | sched.h | 219 void rpc_sleep_on(struct rpc_wait_queue *, struct rpc_task *,
|
/linux-4.4.14/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.4.14/fs/nfsd/ |
D | nfs4callback.c | 856 rpc_sleep_on(&clp->cl_cb_waitq, task, NULL); in nfsd41_cb_get_slot()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 220 rpc_sleep_on(&mds_client->cl_rpcwaitq, task, NULL); in filelayout_async_handle_error()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1067 rpc_sleep_on(&mds_client->cl_rpcwaitq, task, NULL); in ff_layout_async_handle_error_v4()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4state.c | 1124 rpc_sleep_on(&sequence->wait, task, NULL); in nfs_wait_on_sequence()
|
D | pnfs.c | 1190 rpc_sleep_on(&NFS_SERVER(ino)->roc_rpcwaitq, task, NULL); in pnfs_wait_on_layoutreturn()
|
D | nfs4proc.c | 482 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); in nfs4_async_handle_exception() 605 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); in nfs40_setup_sequence() 836 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); in nfs41_setup_sequence()
|