Home
last modified time | relevance | path

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

12345678

/freebsd-13-stable/tools/test/callout_free/
HDcallout_free.c65 callout_init_mtx(&callout_free, &callout_free_mutex, 0); in callout_free_load()
/freebsd-13-stable/sys/dev/isci/
HDisci_timer.c135 callout_init_mtx(&timer->callout, &isci_controller->lock, FALSE); in scif_cb_timer_create()
/freebsd-13-stable/sys/net80211/
HDieee80211_dfs.c103 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach()
104 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach()
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_hrtimer.c106 callout_init_mtx(&hrtimer->callout, &hrtimer->mtx, 0); in linux_hrtimer_init()
/freebsd-13-stable/sys/dev/nmdm/
HDnmdm.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-13-stable/sys/dev/ofw/
HDofw_console.c103 callout_init_mtx(&ofw_timer, tty_getlock(tp), 0); in cn_drvinit()
/freebsd-13-stable/sys/dev/cfe/
HDcfe_console.c91 callout_init_mtx(&cfe_timer, tty_getlock(tp), 0); in cn_drvinit()
/freebsd-13-stable/sys/sys/
HDcallout.h89 #define callout_init_mtx(c, mtx, flags) \ macro
/freebsd-13-stable/sys/dev/mlx/
HDmlx_pci.c149 callout_init_mtx(&sc->mlx_timeout, &sc->mlx_io_lock, 0); in mlx_pci_attach()
/freebsd-13-stable/sys/dev/ppbus/
HDppb_base.c241 callout_init_mtx(c, ppb->ppc_lock, flags); in ppb_init_callout()
/freebsd-13-stable/sys/dev/ida/
HDida_pci.c248 callout_init_mtx(&ida->ch, &ida->lock, 0); in ida_pci_attach()
/freebsd-13-stable/sys/dev/ips/
HDips_pci.c69 callout_init_mtx(&sc->timer, &sc->queue_mtx, 0); in ips_pci_attach()
/freebsd-13-stable/sys/kern/
HDsubr_log.c303 callout_init_mtx(&logsoftc.sc_callout, &msgbuf_lock, 0); in log_drvinit()
HDinit_main.c541 callout_init_mtx(&p->p_itcallout, &p->p_mtx, 0); in proc0_init()
542 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
/freebsd-13-stable/sys/arm/mv/armada/
HDthermal.c206 callout_init_mtx(&sc->temp_upd, &sc->temp_upd_mtx, 0); in armada_thermal_attach()
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
HDr92ce_attach.c123 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92ce_attach_private()
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
HDr92cu_attach.c129 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92cu_attach_private()
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_ft5406.c264 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ft5406ts_init()
/freebsd-13-stable/sys/dev/led/
HDled.c338 callout_init_mtx(&led_ch, &led_mtx, 0); in led_drvinit()
/freebsd-13-stable/sys/dev/gpio/
HDgpiokeys.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-13-stable/sys/dev/usb/misc/
HDugold.c211 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ugold_attach()
/freebsd-13-stable/sys/dev/mmcnull/
HDmmcnull.c138 callout_init_mtx(&sc->tick, &sc->sc_mtx, 0); /* Callout to emulate interrupts */ in mmcnull_attach()
/freebsd-13-stable/sys/dev/pst/
HDpst-raid.c228 callout_init_mtx(&request->timeout, &psc->iop->mtx, 0); in pst_start()
/freebsd-13-stable/tools/tools/vhba/mptest/
HDvhba_mptest.c80 callout_init_mtx(&vhbastatic.tick, &vhba->lock, 0); in vhba_init()
/freebsd-13-stable/sys/dev/vnic/
HDthunder_bgx.c892 callout_init_mtx(&lmac->check_link, &lmac->check_link_mtx, 0); in bgx_lmac_enable()
898 callout_init_mtx(&lmac->check_link, &lmac->check_link_mtx, 0); in bgx_lmac_enable()

12345678