Symbol: callout_init_mtx
sys/dev/netif/ath/ath/if_ath.c
749
callout_init_mtx(&sc->sc_cal_ch, &sc->sc_mtx);
sys/dev/netif/ath/ath/if_ath.c
750
callout_init_mtx(&sc->sc_wd_ch, &sc->sc_mtx);
sys/dev/netif/bwn/bwn/if_bwn.c
7208
callout_init_mtx(&sc->sc_led_blink_ch, &sc->sc_mtx, 0);
sys/dev/netif/bwn/bwn/if_bwn.c
846
callout_init_mtx(&sc->sc_rfswitch_ch, &sc->sc_mtx, 0);
sys/dev/netif/bwn/bwn/if_bwn.c
847
callout_init_mtx(&sc->sc_task_ch, &sc->sc_mtx, 0);
sys/dev/netif/bwn/bwn/if_bwn.c
848
callout_init_mtx(&sc->sc_watchdog_ch, &sc->sc_mtx, 0);
sys/dev/netif/iwi/if_iwi.c
316
callout_init_mtx(&sc->sc_wdtimer, &sc->sc_mtx, 0);
sys/dev/netif/iwi/if_iwi.c
317
callout_init_mtx(&sc->sc_rftimer, &sc->sc_mtx, 0);
sys/dev/netif/iwi/if_iwi.c
3604
callout_init_mtx(&sc->sc_ledtimer, &sc->sc_mtx, 0);
sys/dev/netif/iwn/if_iwn.c
722
callout_init_mtx(&sc->calib_to, &sc->sc_mtx, 0);
sys/dev/netif/iwn/if_iwn.c
723
callout_init_mtx(&sc->watchdog_to, &sc->sc_mtx, 0);
sys/dev/netif/ral/rt2560.c
217
callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
sys/dev/netif/ral/rt2661.c
218
callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
sys/dev/netif/ral/rt2860.c
251
callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
sys/dev/netif/wi/if_wi.c
315
callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
sys/dev/netif/wpi/if_wpi.c
545
callout_init_mtx(&sc->calib_to, &sc->rxon_mtx, 0);
sys/dev/netif/wpi/if_wpi.c
546
callout_init_mtx(&sc->scan_timeout, &sc->rxon_mtx, 0);
sys/dev/netif/wpi/if_wpi.c
547
callout_init_mtx(&sc->tx_timeout, &sc->txq_state_mtx, 0);
sys/dev/netif/wpi/if_wpi.c
548
callout_init_mtx(&sc->watchdog_rfkill, &sc->sc_mtx, 0);
sys/net/lagg/ieee8023ad_lacp.c
824
callout_init_mtx(&lsc->lsc_transit_callout, &lsc->lsc_lock, 0);
sys/net/lagg/ieee8023ad_lacp.c
825
callout_init_mtx(&lsc->lsc_callout, &lsc->lsc_lock, 0);
sys/netproto/802_11/wlan/ieee80211_dfs.c
100
callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0);
sys/netproto/802_11/wlan/ieee80211_dfs.c
101
callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0);
sys/netproto/802_11/wlan/ieee80211_proto.c
341
callout_init_mtx(&vap->iv_swbmiss, IEEE80211_LOCK_OBJ(ic), 0);