Lines Matching refs:rr
415 struct rmid_read rr = { in intel_cqm_xchg_rmid() local
421 &rr, 1); in intel_cqm_xchg_rmid()
422 local64_set(&group->count, atomic64_read(&rr.value)); in intel_cqm_xchg_rmid()
911 struct rmid_read *rr = info; in __intel_cqm_event_count() local
914 val = __rmid_read(rr->rmid); in __intel_cqm_event_count()
919 atomic64_add(val, &rr->value); in __intel_cqm_event_count()
930 struct rmid_read rr = { in intel_cqm_event_count() local
973 rr.rmid = ACCESS_ONCE(event->hw.cqm_rmid); in intel_cqm_event_count()
975 if (!__rmid_valid(rr.rmid)) in intel_cqm_event_count()
978 on_each_cpu_mask(&cqm_cpumask, __intel_cqm_event_count, &rr, 1); in intel_cqm_event_count()
981 if (event->hw.cqm_rmid == rr.rmid) in intel_cqm_event_count()
982 local64_set(&event->count, atomic64_read(&rr.value)); in intel_cqm_event_count()