Lines Matching refs:rr
397 struct rmid_read rr = { in intel_cqm_xchg_rmid() local
403 &rr, 1); in intel_cqm_xchg_rmid()
404 local64_set(&group->count, atomic64_read(&rr.value)); in intel_cqm_xchg_rmid()
893 struct rmid_read *rr = info; in __intel_cqm_event_count() local
896 val = __rmid_read(rr->rmid); in __intel_cqm_event_count()
901 atomic64_add(val, &rr->value); in __intel_cqm_event_count()
912 struct rmid_read rr = { in intel_cqm_event_count() local
955 rr.rmid = ACCESS_ONCE(event->hw.cqm_rmid); in intel_cqm_event_count()
957 if (!__rmid_valid(rr.rmid)) in intel_cqm_event_count()
960 on_each_cpu_mask(&cqm_cpumask, __intel_cqm_event_count, &rr, 1); in intel_cqm_event_count()
963 if (event->hw.cqm_rmid == rr.rmid) in intel_cqm_event_count()
964 local64_set(&event->count, atomic64_read(&rr.value)); in intel_cqm_event_count()