Searched refs:cqm_cpumask (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/x86/kernel/cpu/ |
| D | perf_event_intel_cqm.c | 63 static cpumask_t cqm_cpumask; variable 420 on_each_cpu_mask(&cqm_cpumask, __intel_cqm_event_count, in intel_cqm_xchg_rmid() 571 on_each_cpu_mask(&cqm_cpumask, intel_cqm_stable, NULL, true); in intel_cqm_rmid_stabilize() 978 on_each_cpu_mask(&cqm_cpumask, __intel_cqm_event_count, &rr, 1); in intel_cqm_event_count() 1250 for_each_cpu(i, &cqm_cpumask) { in cqm_pick_event_reader() 1255 cpumask_set_cpu(cpu, &cqm_cpumask); in cqm_pick_event_reader() 1279 if (!cpumask_test_and_clear_cpu(cpu, &cqm_cpumask)) in intel_cqm_cpu_exit() 1287 cpumask_set_cpu(i, &cqm_cpumask); in intel_cqm_cpu_exit()
|