Searched refs:rpc_wake_up_queued_task (Results 1 – 6 of 6) sorted by relevance
/linux/net/sunrpc/ |
H A D | sched.c | 558 void rpc_wake_up_queued_task(struct rpc_wait_queue *queue, struct rpc_task *task) in rpc_wake_up_queued_task() function 566 EXPORT_SYMBOL_GPL(rpc_wake_up_queued_task); 869 rpc_wake_up_queued_task(queue, task); in rpc_signal_task() 880 rpc_wake_up_queued_task(queue, task); in rpc_task_try_cancel() 887 rpc_wake_up_queued_task(task->tk_waitqueue, task); in rpc_exit()
|
H A D | xprt.c | 952 rpc_wake_up_queued_task(&xprt->pending, task); in xprt_connect() 1232 rpc_wake_up_queued_task(&xprt->pending, task); in xprt_complete_rqst()
|
/linux/include/linux/sunrpc/ |
H A D | sched.h | 253 void rpc_wake_up_queued_task(struct rpc_wait_queue *,
|
/linux/fs/nfs/ |
H A D | pagelist.c | 182 rpc_wake_up_queued_task(&NFS_SERVER(inode)->uoc_rpcwaitq, task); in nfs_async_iocounter_wait()
|
H A D | nfs4proc.c | 682 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task); in nfs4_async_handle_exception()
|
/linux/fs/nfsd/ |
H A D | nfs4callback.c | 1279 rpc_wake_up_queued_task(&clp->cl_cb_waitq, task); in nfsd41_cb_get_slot()
|