Lines Matching defs:fastrpc_invoke_ctx
215 struct fastrpc_invoke_ctx { struct
216 int nscalars;
217 int nbufs;
218 int retval;
219 int pid;
220 int tgid;
221 u32 sc;
222 u32 *crc;
223 u64 ctxid;
224 u64 msg_sz;
225 struct kref refcount;
226 struct list_head node; /* list of ctxs */
227 struct completion work;
228 struct work_struct put_work;
229 struct fastrpc_msg msg;
230 struct fastrpc_user *fl;
231 union fastrpc_remote_arg *rpra;
232 struct fastrpc_map **maps;
233 struct fastrpc_buf *buf;
234 struct fastrpc_invoke_args *args;
235 struct fastrpc_buf_overlap *olaps;
236 struct fastrpc_channel_ctx *cctx;