Searched refs:nmi_active (Results 1 – 4 of 4) sorted by relevance
43 atomic_t nmi_active = ATOMIC_INIT(0); /* oprofile uses this */ variable44 EXPORT_SYMBOL(nmi_active);56 if (atomic_read(&nmi_active)) { in arch_touch_nmi_watchdog()149 atomic_dec(&nmi_active); in report_broken_nmi()158 atomic_dec(&nmi_active); in stop_nmi_watchdog()166 if (!atomic_read(&nmi_active)) in check_nmi_watchdog()192 if (!atomic_read(&nmi_active)) { in check_nmi_watchdog()194 atomic_set(&nmi_active, -1); in check_nmi_watchdog()215 atomic_inc(&nmi_active); in start_nmi_watchdog()262 atomic_set(&nmi_active, -1); in nmi_init()[all …]
1174 if (atomic_read(&nmi_active) > 0) { in perf_event_grab_pmc()1176 BUG_ON(atomic_read(&nmi_active) != 0); in perf_event_grab_pmc()1186 if (atomic_read(&nmi_active) == 0) in perf_event_release_pmc()1421 if (atomic_read(&nmi_active) < 0) in sparc_pmu_event_init()
9 extern atomic_t nmi_active;
61 if (atomic_read(&nmi_active) <= 0) in op_nmi_timer_init()