Lines Matching refs:rmid_entry
23 struct rmid_entry { struct
48 static struct rmid_entry *rmid_ptrs;
130 static inline struct rmid_entry *__rmid_entry(u32 rmid) in __rmid_entry()
132 struct rmid_entry *entry; in __rmid_entry()
158 static bool rmid_dirty(struct rmid_entry *entry) in rmid_dirty()
173 struct rmid_entry *entry; in __check_limbo()
214 struct rmid_entry *entry; in alloc_rmid()
222 struct rmid_entry, list); in alloc_rmid()
228 static void add_rmid_to_limbo(struct rmid_entry *entry) in add_rmid_to_limbo()
265 struct rmid_entry *entry; in free_rmid()
625 struct rmid_entry *entry = NULL; in dom_data_init()
629 rmid_ptrs = kcalloc(nr_rmids, sizeof(struct rmid_entry), GFP_KERNEL); in dom_data_init()