Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c253 static void dc_watchdog(void *);
3773 callout_reset(&sc->dc_wdog_ch, hz, dc_watchdog, sc); in dc_init_locked()
3920 dc_watchdog(void *xsc) in dc_watchdog() function
3928 callout_reset(&sc->dc_wdog_ch, hz, dc_watchdog, sc); in dc_watchdog()