Searched refs:cqm_cpumask (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kernel/cpu/ |
D | perf_event_intel_cqm.c | 63 static cpumask_t cqm_cpumask; variable 436 on_each_cpu_mask(&cqm_cpumask, __intel_cqm_event_count, in intel_cqm_xchg_rmid() 587 on_each_cpu_mask(&cqm_cpumask, intel_cqm_stable, NULL, true); in intel_cqm_rmid_stabilize() 997 on_each_cpu_mask(&cqm_cpumask, __intel_cqm_event_count, &rr, 1); in intel_cqm_event_count() 1269 for_each_cpu(i, &cqm_cpumask) { in cqm_pick_event_reader() 1274 cpumask_set_cpu(cpu, &cqm_cpumask); in cqm_pick_event_reader() 1298 if (!cpumask_test_and_clear_cpu(cpu, &cqm_cpumask)) in intel_cqm_cpu_exit() 1306 cpumask_set_cpu(i, &cqm_cpumask); in intel_cqm_cpu_exit()
|