Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c52 static struct rmid_entry *rmid_ptrs; variable
143 entry = &rmid_ptrs[rmid]; in __rmid_entry()
700 rmid_ptrs = kcalloc(nr_rmids, sizeof(struct rmid_entry), GFP_KERNEL); in dom_data_init()
701 if (!rmid_ptrs) in dom_data_init()
705 entry = &rmid_ptrs[i]; in dom_data_init()