Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dif_bwi.c111 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() function
1444 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_watchdog()