Searched refs:watchdog_to (Results 1 – 2 of 2) sorted by relevance
325 struct callout watchdog_to; member
681 callout_init_mtx(&sc->watchdog_to, &sc->sc_mtx, 0); in iwn_attach()1412 callout_drain(&sc->watchdog_to); in iwn_detach()5136 callout_reset(&sc->watchdog_to, hz, iwn_watchdog, sc); in iwn_watchdog()9013 callout_reset(&sc->watchdog_to, hz, iwn_watchdog, sc); in iwn_init_locked()9051 callout_stop(&sc->watchdog_to); in iwn_stop_locked()