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

/linux-4.1.27/arch/blackfin/kernel/
H A Dnmi.c37 static atomic_t nmi_touched[NR_CPUS]; variable
151 if (!atomic_read(&nmi_touched[this_cpu])) check_nmi_wdt_touched()
154 atomic_set(&nmi_touched[this_cpu], 0); check_nmi_wdt_touched()
158 invalidate_dcache_range((unsigned long)(&nmi_touched[cpu]), check_nmi_wdt_touched()
159 (unsigned long)(&nmi_touched[cpu])); check_nmi_wdt_touched()
160 if (!atomic_read(&nmi_touched[cpu])) check_nmi_wdt_touched()
162 atomic_set(&nmi_touched[cpu], 0); check_nmi_wdt_touched()
194 atomic_set(&nmi_touched[smp_processor_id()], 1); touch_nmi_watchdog()

Completed in 43 milliseconds