Home
last modified time | relevance | path

Searched refs:PMU_F_IN_USE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dperf_event.h19 #define PMU_F_IN_USE 0x4000 macro
/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_sf.c1352 if (cpuhw->flags & PMU_F_IN_USE) in cpumsf_pmu_add()
1387 cpuhw->flags |= PMU_F_IN_USE; in cpumsf_pmu_add()
1406 cpuhw->flags &= ~PMU_F_IN_USE; in cpumsf_pmu_del()
1478 if (cpuhw->flags & PMU_F_IN_USE) in cpumf_measurement_alert()
1481 WARN_ON_ONCE(!(cpuhw->flags & PMU_F_IN_USE)); in cpumf_measurement_alert()