Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/os/
H A Dwdt.c49 #define WDT_LONG_TIMEOUT (60 * MILLISEC) /* Long timeout = 60s */ macro
76 static uint64_t watchdog_long_timeout = WDT_LONG_TIMEOUT;
141 else if (watchdog_timeout > WDT_LONG_TIMEOUT) in watchdog_init()
142 watchdog_timeout = WDT_LONG_TIMEOUT; in watchdog_init()