Searched defs:fastrpc_user (Results 1 – 1 of 1) sorted by relevance
291 struct fastrpc_user { struct292 struct list_head user;293 struct list_head maps;294 struct list_head pending;295 struct list_head mmaps;297 struct fastrpc_channel_ctx *cctx;298 struct fastrpc_session_ctx *sctx;299 struct fastrpc_buf *init_mem;301 int tgid;302 int pd;[all …]