/freebsd/tools/test/callout_free/ |
H A D | callout_free.c | 65 callout_init_mtx(&callout_free, &callout_free_mutex, 0); in callout_free_load()
|
/freebsd/sys/dev/isci/ |
H A D | isci_timer.c | 135 callout_init_mtx(&timer->callout, &isci_controller->lock, FALSE); in scif_cb_timer_create()
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_vtimer.c | 74 callout_init_mtx(&vtimer->callout, &vtimer->mtx, 0); in vtimer_cpuinit()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_dfs.c | 99 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/dev/nmdm/ |
H A D | nmdm.c | 185 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/compat/linuxkpi/common/src/ |
H A D | linux_hrtimer.c | 105 callout_init_mtx(&hrtimer->callout, &hrtimer->mtx, 0); in linux_hrtimer_init()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_console.c | 103 callout_init_mtx(&ofw_timer, tty_getlock(tp), 0); in cn_drvinit()
|
/freebsd/sys/dev/cfe/ |
H A D | cfe_console.c | 90 callout_init_mtx(&cfe_timer, tty_getlock(tp), 0); in cn_drvinit()
|
/freebsd/sys/arm64/vmm/io/ |
H A D | vtimer.c | 191 callout_init_mtx(&vtimer_cpu->phys_timer.callout, in vtimer_cpuinit() 197 callout_init_mtx(&vtimer_cpu->virt_timer.callout, in vtimer_cpuinit()
|
/freebsd/sys/sys/ |
H A D | callout.h | 87 #define callout_init_mtx(c, mtx, flags) \ macro
|
/freebsd/sys/dev/mlx/ |
H A D | mlx_pci.c | 148 callout_init_mtx(&sc->mlx_timeout, &sc->mlx_io_lock, 0); in mlx_pci_attach()
|
/freebsd/sys/dev/ppbus/ |
H A D | ppb_base.c | 240 callout_init_mtx(c, ppb->ppc_lock, flags); in ppb_init_callout()
|
/freebsd/sys/dev/wtap/wtap_hal/ |
H A D | hal.c | 75 callout_init_mtx(&hal->hw.timer_intr, &hal->hal_mtx, 0); in init_hal()
|
/freebsd/sys/dev/ida/ |
H A D | ida_pci.c | 245 callout_init_mtx(&ida->ch, &ida->lock, 0); in ida_pci_attach()
|
/freebsd/sys/dev/ips/ |
H A D | ips_pci.c | 69 callout_init_mtx(&sc->timer, &sc->queue_mtx, 0); in ips_pci_attach()
|
/freebsd/sys/kern/ |
H A D | subr_log.c | 300 callout_init_mtx(&logsoftc.sc_callout, &msgbuf_lock, 0); in log_drvinit()
|
H A D | init_main.c | 543 callout_init_mtx(&p->p_itcallout, &p->p_mtx, 0); in proc0_init() 544 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
|
/freebsd/sys/arm/mv/armada/ |
H A D | thermal.c | 202 callout_init_mtx(&sc->temp_upd, &sc->temp_upd_mtx, 0); in armada_thermal_attach()
|
/freebsd/sys/dev/rtwn/rtl8192c/usb/ |
H A D | r92cu_attach.c | 129 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92cu_attach_private()
|
/freebsd/sys/dev/rtwn/rtl8192c/pci/ |
H A D | r92ce_attach.c | 123 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92ce_attach_private()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_ft5406.c | 263 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ft5406ts_init()
|
/freebsd/sys/dev/led/ |
H A D | led.c | 337 callout_init_mtx(&led_ch, &led_mtx, 0); in led_drvinit()
|
/freebsd/sys/dev/sound/ |
H A D | dummy.c | 313 callout_init_mtx(&sc->callout, sc->lock, 0); in dummy_attach()
|
/freebsd/sys/dev/gpio/ |
H A D | gpiokeys.c | 285 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 D | ugold.c | 208 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ugold_attach()
|