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

/freebsd-11.0-release/sys/dev/bwi/
H A Dif_bwi.c111 static void bwi_watchdog(void *);
1276 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc);
1434 bwi_watchdog(void *arg) function
1445 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc);

Completed in 59 milliseconds