Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dsoftdog.c33 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
34 static unsigned int soft_margin = TIMER_MARGIN; /* in seconds */
38 __MODULE_STRING(TIMER_MARGIN) ")");
131 .timeout = TIMER_MARGIN,
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()