Home
last modified time | relevance | path

Searched refs:wdog (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/misc/amdsbwd/
H A Damdsbwd.c87 struct watchdog wdog; member
515 sc->wdog.name = "AMD southbridge"; in amdsbwd_attach()
516 sc->wdog.wdog_fn = amdsb_watchdog; in amdsbwd_attach()
517 sc->wdog.arg = sc; in amdsbwd_attach()
518 sc->wdog.period_max = (UINT16_MAX*1000) / 10; in amdsbwd_attach()
519 wdog_register(&sc->wdog); in amdsbwd_attach()
534 if (sc->wdog.name) in amdsbwd_detach()
535 wdog_unregister(&sc->wdog); in amdsbwd_detach()
/dragonfly/share/man/man9/
H A DMakefile228 wdog.9 \
1089 MLINKS+=wdog.9 wdog_register.9 \
1090 wdog.9 wdog_unregister.9
/dragonfly/usr.bin/dsynth/
H A Dbuild.c69 int wdog, int phaseid, const char *phase);
2368 dophase(worker_t *work, wmsg_t *wmsg, int wdog, int phaseid, const char *phase) in dophase() argument
2678 wdog_scaled = wdog; in dophase()
2682 wdog_scaled = wdog * dv / NumCores; in dophase()
2702 wdog, wdog_scaled); in dophase()
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.h138 struct callout wdog; /* watchdog timer */ member
H A Disp_pci.c1656 callout_init(&pcmd->wdog); in isp_pci_mbxdma()
H A Disp_freebsd.c3889 callout_reset(&PISP_PCMD(xs)->wdog, 2 * hz, isp_watchdog, xs); in isp_watchdog()
4359 callout_reset(&PISP_PCMD(ccb)->wdog, ts, isp_watchdog, ccb); in isp_action()
4966 callout_stop(&PISP_PCMD(sccb)->wdog); in isp_done()
/dragonfly/
H A DUPDATING662 The wdog framework is now compiled into our kernels by default, so the