Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h105 struct rpc_task_setup { struct
106 struct rpc_task *task;
107 struct rpc_clnt *rpc_client;
108 struct rpc_xprt *rpc_xprt;
109 struct rpc_cred *rpc_op_cred; /* credential being operated on */
110 const struct rpc_message *rpc_message;
111 const struct rpc_call_ops *callback_ops;
112 void *callback_data;
113 struct workqueue_struct *workqueue;
114 unsigned short flags;
[all …]