Searched refs:PMU_F_IN_USE (Results 1 – 2 of 2) sorted by relevance
19 #define PMU_F_IN_USE 0x4000 macro
1351 if (cpuhw->flags & PMU_F_IN_USE) in cpumsf_pmu_add()1386 cpuhw->flags |= PMU_F_IN_USE; in cpumsf_pmu_add()1405 cpuhw->flags &= ~PMU_F_IN_USE; in cpumsf_pmu_del()1477 if (cpuhw->flags & PMU_F_IN_USE) in cpumf_measurement_alert()1480 WARN_ON_ONCE(!(cpuhw->flags & PMU_F_IN_USE)); in cpumf_measurement_alert()