Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dperf_event.h20 #define PMU_F_IN_USE 0x4000 macro
/linux-5.19.10/arch/s390/kernel/
Dperf_cpum_sf.c1892 if (cpuhw->flags & PMU_F_IN_USE) in cpumsf_pmu_add()
1938 cpuhw->flags |= PMU_F_IN_USE; in cpumsf_pmu_add()
1957 cpuhw->flags &= ~PMU_F_IN_USE; in cpumsf_pmu_del()
2058 if (cpuhw->flags & PMU_F_IN_USE) in cpumf_measurement_alert()
2064 WARN_ON_ONCE(!(cpuhw->flags & PMU_F_IN_USE)); in cpumf_measurement_alert()
Dperf_cpum_cf.c892 cpuhw->flags &= ~PMU_F_IN_USE; in cfset_ioctl_off()
904 cpuhw->flags |= PMU_F_IN_USE; in cfset_ioctl_on()