Searched refs:nmi_active (Results 1 – 5 of 5) sorted by relevance
44 atomic_t nmi_active = ATOMIC_INIT(0); /* oprofile uses this */ variable45 EXPORT_SYMBOL(nmi_active);57 if (atomic_read(&nmi_active)) { in touch_nmi_watchdog()164 atomic_dec(&nmi_active); in report_broken_nmi()171 atomic_dec(&nmi_active); in stop_nmi_watchdog()179 if (!atomic_read(&nmi_active)) in check_nmi_watchdog()204 if (!atomic_read(&nmi_active)) { in check_nmi_watchdog()206 atomic_set(&nmi_active, -1); in check_nmi_watchdog()224 atomic_inc(&nmi_active); in start_nmi_watchdog()271 atomic_set(&nmi_active, -1); in nmi_init()
871 if (atomic_read(&nmi_active) > 0) { in perf_event_grab_pmc()873 BUG_ON(atomic_read(&nmi_active) != 0); in perf_event_grab_pmc()883 if (atomic_read(&nmi_active) == 0) in perf_event_release_pmc()1109 if (atomic_read(&nmi_active) < 0) in sparc_pmu_event_init()
32 static int nmi_active; variable180 nmi_active = true; in init_nmi_wdt()207 if (nmi_active) in nmi_wdt_resume()218 if (nmi_active) in init_nmi_wdt_syscore()
8 extern atomic_t nmi_active;
61 if (atomic_read(&nmi_active) <= 0) in op_nmi_timer_init()