Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c431 static unsigned int __intel_cqm_threshold; variable
445 if (__rmid_read(entry->rmid) > __intel_cqm_threshold) in intel_cqm_stable()
741 if (__intel_cqm_threshold) in __intel_cqm_rmid_rotate()
742 __intel_cqm_threshold--; in __intel_cqm_rmid_rotate()
759 __intel_cqm_threshold < threshold_limit) { in __intel_cqm_rmid_rotate()
798 __intel_cqm_threshold++; in __intel_cqm_rmid_rotate()
1200 if (__intel_cqm_threshold > cachelines) in max_recycle_threshold_store()
1201 __intel_cqm_threshold = cachelines; in max_recycle_threshold_store()