Lines Matching refs:timeout
42 static unsigned int timeout = WATCHDOG_TIMEOUT; variable
43 module_param(timeout, uint, S_IRUGO);
44 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds "
54 wdt.timeout = timeout; in set_timeout()
55 return ktime_to_timespec(ktime_get()).tv_sec + timeout; in set_timeout()
88 wdt.timeout = 0; in xen_wdt_stop()
218 timeout = new_timeout; in xen_wdt_ioctl()
222 return put_user(timeout, argp); in xen_wdt_ioctl()
254 if (!timeout) { in xen_wdt_probe()
255 timeout = WATCHDOG_TIMEOUT; in xen_wdt_probe()
256 pr_info("timeout value invalid, using %d\n", timeout); in xen_wdt_probe()
267 timeout, nowayout); in xen_wdt_probe()