Lines Matching refs:rmid_entry
27 struct rmid_entry { struct
52 static struct rmid_entry *rmid_ptrs;
139 static inline struct rmid_entry *__rmid_entry(u32 rmid) in __rmid_entry()
141 struct rmid_entry *entry; in __rmid_entry()
272 struct rmid_entry *entry; in __check_limbo()
320 struct rmid_entry *entry; in alloc_rmid()
328 struct rmid_entry, list); in alloc_rmid()
334 static void add_rmid_to_limbo(struct rmid_entry *entry) in add_rmid_to_limbo()
371 struct rmid_entry *entry; in free_rmid()
696 struct rmid_entry *entry = NULL; in dom_data_init()
700 rmid_ptrs = kcalloc(nr_rmids, sizeof(struct rmid_entry), GFP_KERNEL); in dom_data_init()