Searched defs:fastrpc_user (Results 1 – 1 of 1) sorted by relevance
219 struct fastrpc_user { struct220 struct list_head user;221 struct list_head maps;222 struct list_head pending;223 struct list_head mmaps;225 struct fastrpc_channel_ctx *cctx;226 struct fastrpc_session_ctx *sctx;227 struct fastrpc_buf *init_mem;229 int tgid;230 int pd;[all …]