Home
last modified time | relevance | path

Searched refs:callout_init_mtx (Results 1 – 25 of 34) sorted by relevance

12

/f-stack/freebsd/net80211/
H A Dieee80211_dfs.c104 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 Dieee80211_proto.c341 callout_init_mtx(&vap->iv_swbmiss, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_proto_vattach()
/f-stack/tools/compat/include/sys/
H A Dcallout.h92 #define callout_init_mtx(c, mtx, flags) \ macro
/f-stack/freebsd/sys/
H A Dcallout.h92 #define callout_init_mtx(c, mtx, flags) \ macro
/f-stack/freebsd/kern/
H A Dsubr_log.c305 callout_init_mtx(&logsoftc.sc_callout, &msgbuf_lock, 0); in log_drvinit()
H A Dinit_main.c524 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 Dsubr_taskqueue.c114 callout_init_mtx(&timeout_task->c, &queue->tq_mutex, in _timeout_task_init()
H A Dkern_fork.c600 callout_init_mtx(&p2->p_itcallout, &p2->p_mtx, 0); in do_fork()
H A Dkern_resource.c1226 callout_init_mtx(&p2->p_limco, &p2->p_mtx, 0); in lim_fork()
H A Dkern_time.c1478 callout_init_mtx(&it->it_callout, &it->it_mtx, 0); in realtimer_create()
/f-stack/freebsd/arm/mv/armada/
H A Dthermal.c208 callout_init_mtx(&sc->temp_upd, &sc->temp_upd_mtx, 0); in armada_thermal_attach()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c266 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ft5406ts_init()
/f-stack/lib/
H A Dff_init_main.c438 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
/f-stack/freebsd/netinet/
H A Dip_carp.c1594 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 Dtcp_syncache.c286 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 Ddn_aqm_pie.c607 callout_init_mtx(&pst->aqm_pie_callout, &pst->lock_mtx, in aqm_pie_init()
H A Ddn_sched_fq_pie.c557 callout_init_mtx(&pst->aqm_pie_callout, &pst->lock_mtx, in pie_init()
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c355 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 Dieee8023ad_lacp.c788 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 Djz4780_mmc.c189 callout_init_mtx(&sc->sc_timeoutc, &sc->sc_mtx, 0); in jz4780_mmc_attach()
/f-stack/freebsd/arm/allwinner/
H A Dif_emac.c900 callout_init_mtx(&sc->emac_tick_ch, &sc->emac_mtx, 0); in emac_attach()
H A Daw_mmc.c465 callout_init_mtx(&sc->aw_timeoutc, &sc->aw_mtx, 0); in aw_mmc_attach()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dif_are.c258 callout_init_mtx(&sc->are_stat_callout, &sc->are_mtx, 0); in are_attach()
/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c264 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in gen_attach()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c1715 callout_init_mtx(&cfg->periodic, &cfg->periodic_lock, 0); in nat64lsn_init_instance()

12