Lines Matching defs:timeout
27 static unsigned int timeout;
28 module_param(timeout, uint, 0);
29 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds (default="
49 * HV watchdog timer will round up the timeout
53 hverr = sun4v_mach_set_watchdog(wdd->timeout * 1000, NULL);
61 unsigned int timeout)
63 wdd->timeout = timeout;
89 .timeout = WDT_TIMEOUT,
104 * watchdog-max-timeout
135 value = mdesc_get_property(handle, node, "watchdog-max-timeout", NULL);
153 watchdog_init_timeout(&wdd, timeout, NULL);
161 pr_info("initialized (timeout=%ds, nowayout=%d)\n",
162 wdd.timeout, nowayout);