Lines Matching refs:rmid_entry
43 struct rmid_entry { struct
76 static struct rmid_entry *rmid_ptrs;
178 static inline struct rmid_entry *__rmid_entry(u32 idx) in __rmid_entry()
180 struct rmid_entry *entry; in __rmid_entry()
349 static void limbo_release_entry(struct rmid_entry *entry) in limbo_release_entry()
370 struct rmid_entry *entry; in __check_limbo()
431 static struct rmid_entry *resctrl_find_free_rmid(u32 closid) in resctrl_find_free_rmid()
433 struct rmid_entry *itr; in resctrl_find_free_rmid()
510 struct rmid_entry *entry; in alloc_rmid()
522 static void add_rmid_to_limbo(struct rmid_entry *entry) in add_rmid_to_limbo()
556 struct rmid_entry *entry; in free_rmid()
1002 struct rmid_entry *entry = NULL; in dom_data_init()
1025 rmid_ptrs = kcalloc(idx_limit, sizeof(struct rmid_entry), GFP_KERNEL); in dom_data_init()