Lines Matching refs:wdt
37 static struct sched_watchdog wdt; variable
54 wdt.timeout = timeout; in set_timeout()
66 if (!wdt.id) in xen_wdt_start()
67 err = HYPERVISOR_sched_op(SCHEDOP_watchdog, &wdt); in xen_wdt_start()
71 wdt.id = err; in xen_wdt_start()
88 wdt.timeout = 0; in xen_wdt_stop()
89 if (wdt.id) in xen_wdt_stop()
90 err = HYPERVISOR_sched_op(SCHEDOP_watchdog, &wdt); in xen_wdt_stop()
92 wdt.id = 0; in xen_wdt_stop()
107 if (wdt.id) in xen_wdt_kick()
108 err = HYPERVISOR_sched_op(SCHEDOP_watchdog, &wdt); in xen_wdt_kick()
301 typeof(wdt.id) id = wdt.id; in xen_wdt_suspend()
304 wdt.id = id; in xen_wdt_suspend()
310 if (!wdt.id) in xen_wdt_resume()
312 wdt.id = 0; in xen_wdt_resume()