Searched defs:rpc_task (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/sunrpc/ |
H A D | sched.h | 54 struct rpc_task { struct 63 void (*tk_callback)(struct rpc_task *); argument 64 void (*tk_action)(struct rpc_task *); argument 107 typedef void (*rpc_action)(struct rpc_task *); argument 66 tk_timeoutrpc_task global() argument 67 tk_runstaterpc_task global() argument 69 tk_waitqueuerpc_task global() argument 70 __anon8fcffb37010arpc_task global() argument 73 urpc_task global() argument 78 tk_msgrpc_task global() argument 79 tk_calldatarpc_task global() argument 80 tk_opsrpc_task global() argument 82 tk_clientrpc_task global() argument 83 tk_xprtrpc_task global() argument [all...] |
/linux/net/sunrpc/ |
H A D | sched.c | 533 rpc_wake_up_task_on_wq_queue_action_locked(struct workqueue_struct * wq,struct rpc_wait_queue * queue,struct rpc_task * task,bool (* action)(struct rpc_task *,void *),void * data) rpc_wake_up_task_on_wq_queue_action_locked() argument 668 rpc_wake_up_first_on_wq(struct workqueue_struct * wq,struct rpc_wait_queue * queue,bool (* func)(struct rpc_task *,void *),void * data) rpc_wake_up_first_on_wq() argument 686 rpc_wake_up_first(struct rpc_wait_queue * queue,bool (* func)(struct rpc_task *,void *),void * data) rpc_wake_up_first() argument [all...] |
H A D | clnt.c | 903 rpc_cancel_tasks(struct rpc_clnt * clnt,int error,bool (* fnmatch)(const struct rpc_task *,const void *),const void * data) rpc_cancel_tasks() argument 1671 __rpc_restart_call(struct rpc_task * task,void (* action)(struct rpc_task *)) __rpc_restart_call() argument [all...] |
/linux/fs/nfs/ |
H A D | unlink.c | 342 void (*complete)(struct rpc_task *, struc in nfs_async_rename() argument [all...] |