Lines Matching refs:timeout
102 static int timeout = WATCHDOG_TIMEOUT; /* in seconds, multiplied by HZ to variable
104 module_param(timeout, int, 0);
105 MODULE_PARM_DESC(timeout,
145 next_heartbeat = jiffies + (timeout * HZ); in wdt_startup()
163 next_heartbeat = jiffies + (timeout * HZ); in wdt_keepalive()
271 timeout = new_timeout; in fop_ioctl()
276 return put_user(timeout, p); in fop_ioctl()
335 if (timeout < 1 || timeout > 3600) { /* arbitrary upper limit */ in sbc60xxwdt_init()
336 timeout = WATCHDOG_TIMEOUT; in sbc60xxwdt_init()
338 timeout); in sbc60xxwdt_init()
369 timeout, nowayout); in sbc60xxwdt_init()