Lines Matching full:timeout
27 static unsigned int timeout; variable
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 in sun4v_wdt_ping()
53 hverr = sun4v_mach_set_watchdog(wdd->timeout * 1000, NULL); in sun4v_wdt_ping()
61 unsigned int timeout) in sun4v_wdt_set_timeout() argument
63 wdd->timeout = timeout; in sun4v_wdt_set_timeout()
89 .timeout = WDT_TIMEOUT,
104 * watchdog-max-timeout in sun4v_wdt_init()
135 value = mdesc_get_property(handle, node, "watchdog-max-timeout", NULL); in sun4v_wdt_init()
153 watchdog_init_timeout(&wdd, timeout, NULL); in sun4v_wdt_init()
161 pr_info("initialized (timeout=%ds, nowayout=%d)\n", in sun4v_wdt_init()
162 wdd.timeout, nowayout); in sun4v_wdt_init()