Lines Matching refs:rmid_entry
23 struct rmid_entry { struct
48 static struct rmid_entry *rmid_ptrs;
67 static inline struct rmid_entry *__rmid_entry(u32 rmid) in __rmid_entry()
69 struct rmid_entry *entry; in __rmid_entry()
95 static bool rmid_dirty(struct rmid_entry *entry) in rmid_dirty()
110 struct rmid_entry *entry; in __check_limbo()
151 struct rmid_entry *entry; in alloc_rmid()
159 struct rmid_entry, list); in alloc_rmid()
165 static void add_rmid_to_limbo(struct rmid_entry *entry) in add_rmid_to_limbo()
202 struct rmid_entry *entry; in free_rmid()
555 struct rmid_entry *entry = NULL; in dom_data_init()
559 rmid_ptrs = kcalloc(nr_rmids, sizeof(struct rmid_entry), GFP_KERNEL); in dom_data_init()