Searched refs:dc_watchdog (Results 1 – 1 of 1) sorted by relevance
253 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() function3928 callout_reset(&sc->dc_wdog_ch, hz, dc_watchdog, sc); in dc_watchdog()