callout_init_mtx
callout_init_mtx(&sc->xl_tick_callout, &sc->xl_mtx, 0);
callout_init_mtx(&sc->alc_tick_ch, &sc->alc_mtx, 0);
callout_init_mtx(&sc->ale_tick_ch, &sc->ale_mtx, 0);
callout_init_mtx(&sc->age_tick_ch, &sc->age_mtx, 0);
callout_init_mtx(&sc->tick_ch, &sc->mtx, 0);
callout_init_mtx(&sc->bfe_stat_co, &sc->bfe_mtx, 0);
callout_init_mtx(&sc->bge_stat_ch, &sc->bge_mtx, 0);
callout_init_mtx(&sc->dc_stat_ch, &sc->dc_mtx, 0);
callout_init_mtx(&sc->dc_wdog_ch, &sc->dc_mtx, 0);
callout_init_mtx(&sc->tulip_callout, TULIP_MUTEX(sc), 0);
callout_init_mtx(&sc->tulip_stat_timer, TULIP_MUTEX(sc), 0);
callout_init_mtx(&sc->stat_ch, &sc->sc_mtx, 0);
callout_init_mtx(&sc->jme_tick_ch, &sc->jme_mtx, 0);
callout_init_mtx(&sc_if->msk_tick_ch, &sc_if->msk_softc->msk_mtx, 0);
callout_init_mtx(&sc->nfe_stat_ch, &sc->nfe_mtx, 0);
callout_init_mtx(&sc->sc_wdog_ch, &sc->sc_mtx, 0);
callout_init_mtx(&sc->pcn_stat_callout, &sc->pcn_mtx, 0);
callout_init_mtx(&sc->vte_tick_ch, &sc->vte_mtx, 0);
callout_init_mtx(&sc->rl_stat_callout, &sc->rl_mtx, 0);
callout_init_mtx(&sc->rl_stat_callout, &sc->rl_mtx, 0);
callout_init_mtx(&sc->sge_stat_ch, &sc->sge_mtx, 0);
callout_init_mtx(&sc->sis_stat_ch, &sc->sis_mtx, 0);
callout_init_mtx(&sc_if->sk_tick_ch, &sc_if->sk_softc->sk_mtx, 0);
callout_init_mtx(&sc_if->sk_watchdog_ch, &sc_if->sk_softc->sk_mtx, 0);
callout_init_mtx(&sc->vr_stat_callout, &sc->vr_mtx, 0);
callout_init_mtx(&sc->vge_watchdog, &sc->vge_mtx, 0);
callout_init_mtx(&sc->an_stat_ch, &sc->an_mtx, 0);
callout_init_mtx(&sc->sc_cal_ch, &sc->sc_mtx, 0);
callout_init_mtx(&sc->sc_wd_ch, &sc->sc_mtx, 0);
callout_init_mtx(&sc->sc_calib_ch, &sc->sc_mtx, 0);
callout_init_mtx(&sc->sc_led_blink_ch, &sc->sc_mtx, 0);
callout_init_mtx(&sc->sc_watchdog_timer, &sc->sc_mtx, 0);
callout_init_mtx(&sc->sc_wdtimer, &sc->sc_mtx, 0);
callout_init_mtx(&sc->sc_wdtimer, &sc->sc_mtx, 0);
callout_init_mtx(&sc->sc_rftimer, &sc->sc_mtx, 0);
callout_init_mtx(&sc->sc_ledtimer, &sc->sc_mtx, 0);
callout_init_mtx(&sc->calib_to, &sc->sc_mtx, 0);
callout_init_mtx(&sc->scan_timeout, &sc->sc_mtx, 0);
callout_init_mtx(&sc->watchdog_to, &sc->sc_mtx, 0);
callout_init_mtx(&sc->malo_watchdog_timer, &sc->malo_mtx, 0);
callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
callout_init_mtx(&sc->sc_watchdog_to, &sc->sc_mtx, 0);
callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0);
callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0);
callout_init_mtx(&txq->ift_timer, &txq->ift_mtx, 0);
callout_init_mtx(&txq->ift_netmap_timer, &txq->ift_mtx, 0);
callout_init_mtx(callout, NULL, 0);
callout_init_mtx(callout, &Giant, 0);
#define usb_callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f)
void callout_init_mtx(struct callout *c, struct mtx *mutex, int flags);
callout_init_mtx(&timeout_task->c, &queue->tq_mutex,
callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0);
callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0);
callout_init_mtx(&vap->iv_swbmiss, IEEE80211_LOCK_OBJ(ic), 0);
callout_init_mtx(&to->c, &Giant, 0);