Home
last modified time | relevance | path

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

/kernel/
Dwatchdog.c41 #define NMI_WATCHDOG_ENABLED_BIT 0 macro
43 #define NMI_WATCHDOG_ENABLED (1 << NMI_WATCHDOG_ENABLED_BIT)
692 clear_bit(NMI_WATCHDOG_ENABLED_BIT, &watchdog_enabled); in watchdog_nmi_enable()