Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c123 struct cqm_rmid_entry { struct
167 static struct cqm_rmid_entry **cqm_rmid_ptrs;
169 static inline struct cqm_rmid_entry *__rmid_entry(u32 rmid) in __rmid_entry()
171 struct cqm_rmid_entry *entry; in __rmid_entry()
186 struct cqm_rmid_entry *entry; in __get_rmid()
193 entry = list_first_entry(&cqm_rmid_free_lru, struct cqm_rmid_entry, list); in __get_rmid()
201 struct cqm_rmid_entry *entry; in __put_rmid()
216 struct cqm_rmid_entry *entry; in intel_cqm_setup_rmid_cache()
221 cqm_rmid_ptrs = kmalloc(sizeof(struct cqm_rmid_entry *) * in intel_cqm_setup_rmid_cache()
227 struct cqm_rmid_entry *entry; in intel_cqm_setup_rmid_cache()
[all …]