Searched refs:soft_margin (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/watchdog/ ! |
D | wdt285.c | 45 static unsigned int soft_margin = 60; /* in seconds */ variable 82 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_open() 174 soft_margin = new_margin; in watchdog_ioctl() 175 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_ioctl() 179 ret = put_user(soft_margin, int_arg); in watchdog_ioctl() 212 soft_margin); in footbridge_watchdog_init() 229 module_param(soft_margin, int, 0); 230 MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds");
|
D | softdog.c | 54 static unsigned int soft_margin = TIMER_MARGIN; /* in seconds */ variable 55 module_param(soft_margin, uint, 0); 56 MODULE_PARM_DESC(soft_margin, 172 if (soft_margin < 1 || soft_margin > 65535) { in watchdog_init() 177 softdog_dev.timeout = soft_margin; in watchdog_init() 194 soft_noboot, soft_margin, soft_panic, nowayout); in watchdog_init()
|
D | hpwdt.c | 48 static unsigned int soft_margin = DEFAULT_MARGIN; /* in seconds */ variable 436 reload = SECS_TO_TICKS(soft_margin); in hpwdt_start() 463 soft_margin = new_margin; in hpwdt_change_timer() 465 reload = SECS_TO_TICKS(soft_margin); in hpwdt_change_timer() 617 ret = put_user(soft_margin, p); in hpwdt_ioctl() 813 if (hpwdt_change_timer(soft_margin)) in hpwdt_init_one() 831 HPWDT_VERSION, soft_margin, nowayout); in hpwdt_init_one() 877 module_param(soft_margin, int, 0); 878 MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds");
|
/linux-3.4.99/Documentation/watchdog/ ! |
D | watchdog-parameters.txt | 321 soft_margin: Watchdog soft_margin in seconds. 322 (0 < soft_margin < 65536, default=60) 380 soft_margin: Watchdog timeout in seconds (default=60)
|
D | hpwdt.txt | 24 soft_margin - allows the user to set the watchdog timer value
|