Home
last modified time | relevance | path

Searched defs:rpc_task (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsched.h54 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 Dsched.c533 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 Dclnt.c903 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 Dunlink.c342 void (*complete)(struct rpc_task *, struc in nfs_async_rename() argument
[all...]