Lines Matching refs:rmid_entry
43 struct rmid_entry { struct
76 static struct rmid_entry *rmid_ptrs;
102 static inline struct rmid_entry *__rmid_entry(u32 idx) in __rmid_entry()
104 struct rmid_entry *entry; in __rmid_entry()
116 static void limbo_release_entry(struct rmid_entry *entry) in limbo_release_entry()
137 struct rmid_entry *entry; in __check_limbo()
198 static struct rmid_entry *resctrl_find_free_rmid(u32 closid) in resctrl_find_free_rmid()
200 struct rmid_entry *itr; in resctrl_find_free_rmid()
277 struct rmid_entry *entry; in alloc_rmid()
289 static void add_rmid_to_limbo(struct rmid_entry *entry) in add_rmid_to_limbo()
323 struct rmid_entry *entry; in free_rmid()
771 struct rmid_entry *entry = NULL; in dom_data_init()
794 rmid_ptrs = kcalloc(idx_limit, sizeof(struct rmid_entry), GFP_KERNEL); in dom_data_init()