Home
last modified time | relevance | path

Searched refs:nmi_active (Results 1 – 5 of 5) sorted by relevance

/arch/sparc/kernel/
Dnmi.c43 atomic_t nmi_active = ATOMIC_INIT(0); /* oprofile uses this */ variable
44 EXPORT_SYMBOL(nmi_active);
56 if (atomic_read(&nmi_active)) { in touch_nmi_watchdog()
151 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()
191 if (!atomic_read(&nmi_active)) { in check_nmi_watchdog()
193 atomic_set(&nmi_active, -1); in check_nmi_watchdog()
211 atomic_inc(&nmi_active); in start_nmi_watchdog()
258 atomic_set(&nmi_active, -1); in nmi_init()
Dperf_event.c1176 if (atomic_read(&nmi_active) > 0) { in perf_event_grab_pmc()
1178 BUG_ON(atomic_read(&nmi_active) != 0); in perf_event_grab_pmc()
1188 if (atomic_read(&nmi_active) == 0) in perf_event_release_pmc()
1423 if (atomic_read(&nmi_active) < 0) in sparc_pmu_event_init()
/arch/blackfin/kernel/
Dnmi.c32 static int nmi_active; variable
180 nmi_active = true; in init_nmi_wdt()
207 if (nmi_active) in nmi_wdt_resume()
218 if (nmi_active) in init_nmi_wdt_syscore()
/arch/sparc/include/asm/
Dnmi.h8 extern atomic_t nmi_active;
/arch/sparc/oprofile/
Dinit.c61 if (atomic_read(&nmi_active) <= 0) in op_nmi_timer_init()