Searched refs:rpc_sleep_on (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | xprt.c | 504 rpc_sleep_on(&xprt->pending, task, action); in xprt_wait_for_buffer_space() 778 rpc_sleep_on(&xprt->pending, task, xprt_connect_status); in xprt_connect() 982 rpc_sleep_on(&xprt->pending, task, xprt_timer); in xprt_prepare_transmit() 1066 rpc_sleep_on(&xprt->pending, task, xprt_timer); in xprt_transmit() 1082 rpc_sleep_on(&xprt->backlog, task, NULL); in xprt_add_backlog() 1099 rpc_sleep_on(&xprt->backlog, task, NULL); in xprt_throttle_congested()
|
D | sched.c | 370 void rpc_sleep_on(struct rpc_wait_queue *q, struct rpc_task *task, in rpc_sleep_on() function 388 EXPORT_SYMBOL_GPL(rpc_sleep_on); 685 rpc_sleep_on(&delay_queue, task, __rpc_atrun); in rpc_delay()
|
D | rpcb_clnt.c | 697 rpc_sleep_on(&xprt->binding, task, NULL); in rpcb_getport_async()
|
D | xprtsock.c | 2724 rpc_sleep_on(&xprt->xpt_bc_pending, task, NULL); in bc_send_request()
|
/Linux-v4.19/include/linux/sunrpc/ |
D | sched.h | 226 void rpc_sleep_on(struct rpc_wait_queue *, struct rpc_task *,
|
/Linux-v4.19/net/sunrpc/xprtrdma/ |
D | svc_rdma_backchannel.c | 229 rpc_sleep_on(&sxprt->xpt_bc_pending, task, NULL); in xprt_rdma_bc_send_request()
|
D | transport.c | 566 rpc_sleep_on(&xprt->backlog, task, NULL); in xprt_rdma_alloc_slot()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 614 rpc_sleep_on(&pipe_version_rpc_waitqueue, task, NULL); in gss_refresh_upcall() 624 rpc_sleep_on(&gss_cred->gc_upcall->rpc_waitqueue, task, NULL); in gss_refresh_upcall() 630 rpc_sleep_on(&gss_msg->rpc_waitqueue, task, gss_upcall_callback); in gss_refresh_upcall()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4callback.c | 901 rpc_sleep_on(&clp->cl_cb_waitq, task, NULL); in nfsd41_cb_get_slot()
|
/Linux-v4.19/fs/nfs/ |
D | pagelist.c | 121 rpc_sleep_on(&NFS_SERVER(inode)->uoc_rpcwaitq, task, NULL); in nfs_async_iocounter_wait()
|
D | nfs4state.c | 1186 rpc_sleep_on(&sequence->wait, task, NULL); in nfs_wait_on_sequence()
|
D | pnfs.c | 1453 rpc_sleep_on(&NFS_SERVER(ino)->roc_rpcwaitq, task, NULL); in pnfs_wait_on_layoutreturn()
|
D | nfs4proc.c | 578 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); in nfs4_async_handle_exception() 1018 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); in nfs4_setup_sequence()
|