Searched defs:fastrpc_user (Results 1 – 1 of 1) sorted by relevance
273 struct fastrpc_user { struct274 struct list_head user;275 struct list_head maps;276 struct list_head pending;277 struct list_head mmaps;279 struct fastrpc_channel_ctx *cctx;280 struct fastrpc_session_ctx *sctx;281 struct fastrpc_buf *init_mem;283 int tgid;284 int pd;[all …]