| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_dfs.c | 104 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach() 105 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach()
|
| H A D | ieee80211_proto.c | 341 callout_init_mtx(&vap->iv_swbmiss, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_proto_vattach()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | callout.h | 92 #define callout_init_mtx(c, mtx, flags) \ macro
|
| /f-stack/freebsd/sys/ |
| H A D | callout.h | 92 #define callout_init_mtx(c, mtx, flags) \ macro
|
| /f-stack/freebsd/kern/ |
| H A D | subr_log.c | 305 callout_init_mtx(&logsoftc.sc_callout, &msgbuf_lock, 0); in log_drvinit()
|
| H A D | init_main.c | 524 callout_init_mtx(&p->p_itcallout, &p->p_mtx, 0); in proc0_init() 525 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
|
| H A D | subr_taskqueue.c | 114 callout_init_mtx(&timeout_task->c, &queue->tq_mutex, in _timeout_task_init()
|
| H A D | kern_fork.c | 600 callout_init_mtx(&p2->p_itcallout, &p2->p_mtx, 0); in do_fork()
|
| H A D | kern_resource.c | 1226 callout_init_mtx(&p2->p_limco, &p2->p_mtx, 0); in lim_fork()
|
| H A D | kern_time.c | 1478 callout_init_mtx(&it->it_callout, &it->it_mtx, 0); in realtimer_create()
|
| /f-stack/freebsd/arm/mv/armada/ |
| H A D | thermal.c | 208 callout_init_mtx(&sc->temp_upd, &sc->temp_upd_mtx, 0); in armada_thermal_attach()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_ft5406.c | 266 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ft5406ts_init()
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 438 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 1594 callout_init_mtx(&sc->sc_md_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc() 1597 callout_init_mtx(&sc->sc_md6_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc() 1599 callout_init_mtx(&sc->sc_ad_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc()
|
| H A D | tcp_syncache.c | 286 callout_init_mtx(&V_tcp_syncache.hashbase[i].sch_timer, in syncache_init() 309 callout_init_mtx(&V_tcp_syncache.pause_co, &V_tcp_syncache.pause_mtx, in syncache_init()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_aqm_pie.c | 607 callout_init_mtx(&pst->aqm_pie_callout, &pst->lock_mtx, in aqm_pie_init()
|
| H A D | dn_sched_fq_pie.c | 557 callout_init_mtx(&pst->aqm_pie_callout, &pst->lock_mtx, in pie_init()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pfsync.c | 355 callout_init_mtx(&sc->sc_bulk_tmo, &sc->sc_bulk_mtx, 0); in pfsync_clone_create() 356 callout_init_mtx(&sc->sc_bulkfail_tmo, &sc->sc_bulk_mtx, 0); in pfsync_clone_create() 1785 callout_init_mtx(&pd->pd_tmo, &b->b_mtx, CALLOUT_RETURNUNLOCKED); in pfsync_defer()
|
| /f-stack/freebsd/net/ |
| H A D | ieee8023ad_lacp.c | 788 callout_init_mtx(&lsc->lsc_transit_callout, &lsc->lsc_mtx, 0); in lacp_attach() 789 callout_init_mtx(&lsc->lsc_callout, &lsc->lsc_mtx, 0); in lacp_attach()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_mmc.c | 189 callout_init_mtx(&sc->sc_timeoutc, &sc->sc_mtx, 0); in jz4780_mmc_attach()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | if_emac.c | 900 callout_init_mtx(&sc->emac_tick_ch, &sc->emac_mtx, 0); in emac_attach()
|
| H A D | aw_mmc.c | 465 callout_init_mtx(&sc->aw_timeoutc, &sc->aw_mtx, 0); in aw_mmc_attach()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | if_are.c | 258 callout_init_mtx(&sc->are_stat_callout, &sc->are_mtx, 0); in are_attach()
|
| /f-stack/freebsd/arm64/broadcom/genet/ |
| H A D | if_genet.c | 264 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in gen_attach()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 1715 callout_init_mtx(&cfg->periodic, &cfg->periodic_lock, 0); in nat64lsn_init_instance()
|