Searched refs:cqm_cpumask (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_cqm.c | 44 static cpumask_t cqm_cpumask; variable 402 on_each_cpu_mask(&cqm_cpumask, __intel_cqm_event_count, in intel_cqm_xchg_rmid() 553 on_each_cpu_mask(&cqm_cpumask, intel_cqm_stable, NULL, true); in intel_cqm_rmid_stabilize() 960 on_each_cpu_mask(&cqm_cpumask, __intel_cqm_event_count, &rr, 1); in intel_cqm_event_count() 1244 for_each_cpu(i, &cqm_cpumask) { in cqm_pick_event_reader() 1249 cpumask_set_cpu(cpu, &cqm_cpumask); in cqm_pick_event_reader() 1273 if (!cpumask_test_and_clear_cpu(cpu, &cqm_cpumask)) in intel_cqm_cpu_exit() 1281 cpumask_set_cpu(i, &cqm_cpumask); in intel_cqm_cpu_exit()
|