Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/include/asm/
Dperf_event.h20 #define PMU_F_IN_USE 0x4000 macro
/Linux-v6.6/arch/s390/kernel/
Dperf_cpum_sf.c1941 if (cpuhw->flags & PMU_F_IN_USE) in cpumsf_pmu_add()
1987 cpuhw->flags |= PMU_F_IN_USE; in cpumsf_pmu_add()
2006 cpuhw->flags &= ~PMU_F_IN_USE; in cpumsf_pmu_del()
2107 if (cpuhw->flags & PMU_F_IN_USE) in cpumf_measurement_alert()
2113 WARN_ON_ONCE(!(cpuhw->flags & PMU_F_IN_USE)); in cpumf_measurement_alert()
Dperf_cpum_cf.c1328 cpuhw->flags &= ~PMU_F_IN_USE; in cfset_ioctl_off()
1338 cpuhw->flags |= PMU_F_IN_USE; in cfset_ioctl_on()