Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsoftdog.c52 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
53 static unsigned int soft_margin = TIMER_MARGIN; /* in seconds */
57 __MODULE_STRING(TIMER_MARGIN) ")");
172 TIMER_MARGIN); in watchdog_init()
Dtxx9wdt.c27 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
29 static unsigned int timeout = TIMER_MARGIN; /* in seconds */
34 "default=" __MODULE_STRING(TIMER_MARGIN) ")");
130 timeout = TIMER_MARGIN; in txx9wdt_probe()