Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dperf_event.h20 #define PMU_F_IN_USE 0x4000 macro
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1939 if (cpuhw->flags & PMU_F_IN_USE) in cpumsf_pmu_add()
1985 cpuhw->flags |= PMU_F_IN_USE; in cpumsf_pmu_add()
2004 cpuhw->flags &= ~PMU_F_IN_USE; in cpumsf_pmu_del()
2105 if (cpuhw->flags & PMU_F_IN_USE) in cpumf_measurement_alert()
2111 WARN_ON_ONCE(!(cpuhw->flags & PMU_F_IN_USE)); in cpumf_measurement_alert()
H A Dperf_cpum_cf.c1334 cpuhw->flags &= ~PMU_F_IN_USE; in cfset_ioctl_off()
1344 cpuhw->flags |= PMU_F_IN_USE; in cfset_ioctl_on()