Searched refs:cs_watchdog (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/cs/
H A Dif_cs.c82 static void cs_watchdog(void *);
690 callout_reset(&sc->timer, hz, cs_watchdog, sc);
1127 cs_watchdog(void *arg) function
1143 callout_reset(&sc->timer, hz, cs_watchdog, sc);

Completed in 279 milliseconds