Home
last modified time | relevance | path

Searched refs:rmid_ptrs (Results 1 – 1 of 1) sorted by relevance

/linux/fs/resctrl/
H A Dmonitor.c76 static struct rmid_entry *rmid_ptrs; variable
99 * The domain's rmid_busy_llc and rmid_ptrs[] are sized by index. The arch code
107 entry = &rmid_ptrs[idx]; in __rmid_entry()
794 rmid_ptrs = kcalloc(idx_limit, sizeof(struct rmid_entry), GFP_KERNEL); in dom_data_init()
795 if (!rmid_ptrs) { in dom_data_init()
805 entry = &rmid_ptrs[i]; in dom_data_init()
840 kfree(rmid_ptrs); in dom_data_exit()
841 rmid_ptrs = NULL; in dom_data_exit()
885 * specific domain. i.e. the rmid_ptrs[] used for the limbo and free lists.