Searched refs:cqm_rmid_entry (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_intel_cqm.c123 struct cqm_rmid_entry { struct
157 * cqm_rmid_entry in O(1). This alleviates the callers of __get_rmid()
159 * cqm_rmid_entry - they just deal with rmids, i.e. integers.
167 static struct cqm_rmid_entry **cqm_rmid_ptrs;
169 static inline struct cqm_rmid_entry *__rmid_entry(u32 rmid) __rmid_entry()
171 struct cqm_rmid_entry *entry; __rmid_entry()
186 struct cqm_rmid_entry *entry; __get_rmid()
193 entry = list_first_entry(&cqm_rmid_free_lru, struct cqm_rmid_entry, list); __get_rmid()
201 struct cqm_rmid_entry *entry; __put_rmid()
216 struct cqm_rmid_entry *entry; intel_cqm_setup_rmid_cache()
221 cqm_rmid_ptrs = kmalloc(sizeof(struct cqm_rmid_entry *) * intel_cqm_setup_rmid_cache()
227 struct cqm_rmid_entry *entry; intel_cqm_setup_rmid_cache()
457 struct cqm_rmid_entry *entry; intel_cqm_stable()
527 struct cqm_rmid_entry *entry, *tmp; intel_cqm_rmid_stabilize()

Completed in 67 milliseconds