Searched refs:TIMER_MARGIN (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dsoftdog.c54 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
55 static int soft_margin = TIMER_MARGIN; /* in seconds */
59 __MODULE_STRING(TIMER_MARGIN) ")");
279 softdog_set_heartbeat(TIMER_MARGIN);
282 TIMER_MARGIN);
H A Dmpcore_wdt.c50 #define TIMER_MARGIN 60 macro
51 static int mpcore_margin = TIMER_MARGIN;
55 __MODULE_STRING(TIMER_MARGIN) ")");
433 mpcore_wdt_set_heartbeat(TIMER_MARGIN);
435 TIMER_MARGIN);
H A Dtxx9wdt.c24 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
26 static int timeout = TIMER_MARGIN; /* in seconds */
31 "default=" __MODULE_STRING(TIMER_MARGIN) ")");

Completed in 195 milliseconds