Searched refs:nmi_touched (Results 1 – 1 of 1) sorted by relevance
37 static atomic_t nmi_touched[NR_CPUS]; variable151 if (!atomic_read(&nmi_touched[this_cpu])) in check_nmi_wdt_touched()154 atomic_set(&nmi_touched[this_cpu], 0); in check_nmi_wdt_touched()158 invalidate_dcache_range((unsigned long)(&nmi_touched[cpu]), in check_nmi_wdt_touched()159 (unsigned long)(&nmi_touched[cpu])); in check_nmi_wdt_touched()160 if (!atomic_read(&nmi_touched[cpu])) in check_nmi_wdt_touched()162 atomic_set(&nmi_touched[cpu], 0); in check_nmi_wdt_touched()194 atomic_set(&nmi_touched[smp_processor_id()], 1); in touch_nmi_watchdog()