Home
last modified time | relevance | path

Searched refs:touch_nmi_watchdog (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/linux/
Dnmi.h17 extern void touch_nmi_watchdog(void);
19 # define touch_nmi_watchdog() do { } while(0) macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dx8664_ksyms.c231 EXPORT_SYMBOL(touch_nmi_watchdog);
Dnmi.c354 void touch_nmi_watchdog (void) in touch_nmi_watchdog() function
/linux-2.4.37.9/arch/i386/kernel/
Dnmi.c328 void touch_nmi_watchdog (void) in touch_nmi_watchdog() function
/linux-2.4.37.9/include/asm-s390/
Dirq.h1011 #define touch_nmi_watchdog() do { } while(0) macro
/linux-2.4.37.9/include/asm-s390x/
Dirq.h1012 #define touch_nmi_watchdog() do { } while(0) macro
/linux-2.4.37.9/drivers/acpi/
Dosl.c313 touch_nmi_watchdog(); in acpi_os_stall()
/linux-2.4.37.9/kernel/
Dsched.c1267 touch_nmi_watchdog(); in show_state()