Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c60 static unsigned int intel_cqm_rotation_rmid; variable
229 intel_cqm_rotation_rmid = __get_rmid(); in intel_cqm_setup_rmid_cache()
572 if (!__rmid_valid(intel_cqm_rotation_rmid)) { in intel_cqm_rmid_stabilize()
573 intel_cqm_rotation_rmid = entry->rmid; in intel_cqm_rmid_stabilize()
591 return __rmid_valid(intel_cqm_rotation_rmid); in intel_cqm_rmid_stabilize()
735 if (__rmid_valid(intel_cqm_rotation_rmid)) { in __intel_cqm_rmid_rotate()
736 intel_cqm_xchg_rmid(start, intel_cqm_rotation_rmid); in __intel_cqm_rmid_rotate()
737 intel_cqm_rotation_rmid = __get_rmid(); in __intel_cqm_rmid_rotate()