Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dsched.h43 struct rpc_task { struct
59 void (*tk_callback)(struct rpc_task *); argument
60 void (*tk_action)(struct rpc_task *); argument
61 const struct rpc_call_ops *tk_ops;
62 void * tk_calldata;
64 unsigned long tk_timeout; /* timeout for rpc_sleep() */
65 unsigned long tk_runstate; /* Task run status */
66 struct workqueue_struct *tk_workqueue; /* Normally rpciod, but could
91 typedef void (*rpc_action)(struct rpc_task *); argument
/linux-4.4.14/fs/nfs/
Dunlink.c406 void (*complete)(struct rpc_task *, struct nfs_renamedata *)) in nfs_async_rename()
/linux-4.4.14/net/sunrpc/
Dsched.c522 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first()