Searched refs:WATCHDOG_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
48 #define WATCHDOG_TIMEOUT 120 /* 120 sec default timeout */ macro65 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */67 … "Watchdog timeout in seconds. 1<= timeout <=255, default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ".");357 wdt_set_heartbeat(WATCHDOG_TIMEOUT); in wdt_init()359 WATCHDOG_TIMEOUT); in wdt_init()
68 #define WATCHDOG_TIMEOUT (20*HZ) /* 20 sec */ macro