Lines Matching refs:cpuc
264 struct cpu_hw_events *cpuc = this_cpu_ptr(rvpmu->hw_events);
273 cpuc->events[idx] = event;
274 cpuc->n_events++;
288 struct cpu_hw_events *cpuc = this_cpu_ptr(rvpmu->hw_events);
292 cpuc->events[hwc->idx] = NULL;
296 cpuc->n_events--;
390 struct cpu_hw_events *cpuc;
403 cpuc = per_cpu_ptr(pmu->hw_events, cpuid);
404 cpuc->n_events = 0;
406 cpuc->events[i] = NULL;