Home
last modified time | relevance | path

Searched refs:PMU_F_IN_USE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dperf_event.h20 #define PMU_F_IN_USE 0x4000 macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dperf_event.h20 #define PMU_F_IN_USE 0x4000 macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_cpum_cf_diag.c573 if (cpuhw->flags & PMU_F_IN_USE) { in cf_diag_add()
580 cpuhw->flags |= PMU_F_IN_USE; in cf_diag_add()
599 cpuhw->flags &= ~PMU_F_IN_USE; in cf_diag_del()
H A Dperf_cpum_sf.c1915 if (cpuhw->flags & PMU_F_IN_USE) in cpumsf_pmu_add()
1961 cpuhw->flags |= PMU_F_IN_USE; in cpumsf_pmu_add()
1980 cpuhw->flags &= ~PMU_F_IN_USE; in cpumsf_pmu_del()
2081 if (cpuhw->flags & PMU_F_IN_USE) in cpumf_measurement_alert()
2087 WARN_ON_ONCE(!(cpuhw->flags & PMU_F_IN_USE)); in cpumf_measurement_alert()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A 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()
H A Dperf_cpum_cf.c1276 /* The /dev/hwctr device access uses PMU_F_IN_USE to mark the device access
1328 cpuhw->flags &= ~PMU_F_IN_USE; in cfset_ioctl_off()
1338 cpuhw->flags |= PMU_F_IN_USE; in cfset_ioctl_on()

Completed in 10 milliseconds