Home
last modified time | relevance | path

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

12345678

/freebsd/tools/test/callout_free/
H A Dcallout_free.c65 callout_init_mtx(&callout_free, &callout_free_mutex, 0); in callout_free_load()
/freebsd/sys/dev/isci/
H A Disci_timer.c135 callout_init_mtx(&timer->callout, &isci_controller->lock, FALSE); in scif_cb_timer_create()
/freebsd/sys/net80211/
H A Dieee80211_dfs.c99 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach()
100 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c105 callout_init_mtx(&hrtimer->callout, &hrtimer->mtx, 0); in linux_hrtimer_init()
/freebsd/sys/dev/nmdm/
H A Dnmdm.c185 callout_init_mtx(&ns->ns_part1.np_callout, &ns->ns_mtx, 0); in nmdm_clone()
190 callout_init_mtx(&ns->ns_part2.np_callout, &ns->ns_mtx, 0); in nmdm_clone()
/freebsd/sys/dev/ofw/
H A Dofw_console.c103 callout_init_mtx(&ofw_timer, tty_getlock(tp), 0); in cn_drvinit()
/freebsd/sys/dev/cfe/
H A Dcfe_console.c90 callout_init_mtx(&cfe_timer, tty_getlock(tp), 0); in cn_drvinit()
/freebsd/sys/arm64/vmm/io/
H A Dvtimer.c163 callout_init_mtx(&vtimer_cpu->phys_timer.callout, in vtimer_cpuinit()
169 callout_init_mtx(&vtimer_cpu->virt_timer.callout, in vtimer_cpuinit()
/freebsd/sys/sys/
H A Dcallout.h87 #define callout_init_mtx(c, mtx, flags) \ macro
/freebsd/sys/dev/mlx/
H A Dmlx_pci.c148 callout_init_mtx(&sc->mlx_timeout, &sc->mlx_io_lock, 0); in mlx_pci_attach()
/freebsd/sys/dev/ppbus/
H A Dppb_base.c240 callout_init_mtx(c, ppb->ppc_lock, flags); in ppb_init_callout()
/freebsd/sys/dev/wtap/wtap_hal/
H A Dhal.c75 callout_init_mtx(&hal->hw.timer_intr, &hal->hal_mtx, 0); in init_hal()
/freebsd/sys/dev/ips/
H A Dips_pci.c69 callout_init_mtx(&sc->timer, &sc->queue_mtx, 0); in ips_pci_attach()
/freebsd/sys/dev/ida/
H A Dida_pci.c245 callout_init_mtx(&ida->ch, &ida->lock, 0); in ida_pci_attach()
/freebsd/sys/kern/
H A Dsubr_log.c300 callout_init_mtx(&logsoftc.sc_callout, &msgbuf_lock, 0); in log_drvinit()
H A Dinit_main.c542 callout_init_mtx(&p->p_itcallout, &p->p_mtx, 0); in proc0_init()
543 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
/freebsd/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_attach.c123 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92ce_attach_private()
/freebsd/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_attach.c129 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92cu_attach_private()
/freebsd/sys/arm/mv/armada/
H A Dthermal.c202 callout_init_mtx(&sc->temp_upd, &sc->temp_upd_mtx, 0); in armada_thermal_attach()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c263 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ft5406ts_init()
/freebsd/sys/dev/led/
H A Dled.c337 callout_init_mtx(&led_ch, &led_mtx, 0); in led_drvinit()
/freebsd/sys/dev/gpio/
H A Dgpiokeys.c285 callout_init_mtx(&key->debounce_callout, &key->mtx, 0); in gpiokeys_attach_key()
286 callout_init_mtx(&key->repeat_callout, &key->mtx, 0); in gpiokeys_attach_key()
/freebsd/sys/dev/usb/misc/
H A Dugold.c209 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ugold_attach()
/freebsd/sys/netpfil/pf/
H A Dpflow.c393 callout_init_mtx(&pflowif->sc_tmo, &pflowif->sc_lock, 0); in pflow_create()
394 callout_init_mtx(&pflowif->sc_tmo6, &pflowif->sc_lock, 0); in pflow_create()
395 callout_init_mtx(&pflowif->sc_tmo_nat4, &pflowif->sc_lock, 0); in pflow_create()
396 callout_init_mtx(&pflowif->sc_tmo_tmpl, &pflowif->sc_lock, 0); in pflow_create()
/freebsd/sys/dev/mmcnull/
H A Dmmcnull.c137 callout_init_mtx(&sc->tick, &sc->sc_mtx, 0); /* Callout to emulate interrupts */ in mmcnull_attach()

12345678