Searched refs:bwi_watchdog (Results 1 – 1 of 1) sorted by relevance
111 static void bwi_watchdog(void *);1275 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_init_statechg()1433 bwi_watchdog(void *arg) in bwi_watchdog() function1444 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_watchdog()