Searched defs:fastrpc_user (Results 1 – 1 of 1) sorted by relevance
292 struct fastrpc_user { struct293 struct list_head user;294 struct list_head maps;295 struct list_head pending;296 struct list_head mmaps;298 struct fastrpc_channel_ctx *cctx;299 struct fastrpc_session_ctx *sctx;300 struct fastrpc_buf *init_mem;302 int client_id;303 int pd;[all …]