| /freebsd-12-stable/sys/dev/isci/ |
| D | isci_timer.c | 137 callout_init_mtx(&timer->callout, &isci_controller->lock, FALSE); in scif_cb_timer_create()
|
| /freebsd-12-stable/sys/net80211/ |
| 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()
|
| /freebsd-12-stable/sys/dev/nmdm/ |
| D | nmdm.c | 186 callout_init_mtx(&ns->ns_part1.np_callout, &ns->ns_mtx, 0); in nmdm_clone() 191 callout_init_mtx(&ns->ns_part2.np_callout, &ns->ns_mtx, 0); in nmdm_clone()
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/src/ |
| D | linux_hrtimer.c | 86 callout_init_mtx(&hrtimer->callout, &hrtimer->mtx, 0); in linux_hrtimer_init()
|
| /freebsd-12-stable/sys/dev/ofw/ |
| D | ofw_console.c | 105 callout_init_mtx(&ofw_timer, tty_getlock(tp), 0); in cn_drvinit()
|
| /freebsd-12-stable/sys/dev/cfe/ |
| D | cfe_console.c | 93 callout_init_mtx(&cfe_timer, tty_getlock(tp), 0); in cn_drvinit()
|
| /freebsd-12-stable/sys/dev/bvm/ |
| D | bvm_console.c | 115 callout_init_mtx(&bvm_timer, tty_getlock(tp), 0); in cn_drvinit()
|
| /freebsd-12-stable/sys/dev/mlx/ |
| D | mlx_pci.c | 151 callout_init_mtx(&sc->mlx_timeout, &sc->mlx_io_lock, 0); in mlx_pci_attach()
|
| /freebsd-12-stable/sys/sys/ |
| D | callout.h | 96 #define callout_init_mtx(c, mtx, flags) \ macro
|
| /freebsd-12-stable/sys/dev/ppbus/ |
| D | ppb_base.c | 243 callout_init_mtx(c, ppb->ppc_lock, flags); in ppb_init_callout()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_log.c | 306 callout_init_mtx(&logsoftc.sc_callout, &msgbuf_lock, 0); in log_drvinit()
|
| D | init_main.c | 522 callout_init_mtx(&p->p_itcallout, &p->p_mtx, 0); in proc0_init() 523 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
|
| /freebsd-12-stable/sys/dev/ips/ |
| D | ips_pci.c | 71 callout_init_mtx(&sc->timer, &sc->queue_mtx, 0); in ips_pci_attach()
|
| /freebsd-12-stable/sys/dev/ida/ |
| D | ida_pci.c | 248 callout_init_mtx(&ida->ch, &ida->lock, 0); in ida_pci_attach()
|
| /freebsd-12-stable/sys/dev/rtwn/rtl8192c/usb/ |
| D | r92cu_attach.c | 131 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92cu_attach_private()
|
| /freebsd-12-stable/sys/arm/mv/armada/ |
| D | thermal.c | 207 callout_init_mtx(&sc->temp_upd, &sc->temp_upd_mtx, 0); in armada_thermal_attach()
|
| /freebsd-12-stable/sys/dev/rtwn/rtl8192c/pci/ |
| D | r92ce_attach.c | 125 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92ce_attach_private()
|
| /freebsd-12-stable/sys/arm/broadcom/bcm2835/ |
| D | bcm2835_ft5406.c | 266 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ft5406ts_init()
|
| /freebsd-12-stable/sys/dev/led/ |
| D | led.c | 337 callout_init_mtx(&led_ch, &led_mtx, 0); in led_drvinit()
|
| /freebsd-12-stable/sys/dev/gpio/ |
| D | gpiokeys.c | 283 callout_init_mtx(&key->debounce_callout, &key->mtx, 0); in gpiokeys_attach_key() 284 callout_init_mtx(&key->repeat_callout, &key->mtx, 0); in gpiokeys_attach_key()
|
| /freebsd-12-stable/sys/dev/vx/ |
| D | if_vx.c | 162 callout_init_mtx(&sc->vx_callout, &sc->vx_mtx, 0); in vx_attach() 163 callout_init_mtx(&sc->vx_watchdog, &sc->vx_mtx, 0); in vx_attach()
|
| /freebsd-12-stable/sys/dev/usb/misc/ |
| D | ugold.c | 211 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ugold_attach()
|
| /freebsd-12-stable/sys/dev/pst/ |
| D | pst-raid.c | 229 callout_init_mtx(&request->timeout, &psc->iop->mtx, 0); in pst_start()
|
| /freebsd-12-stable/sys/dev/mmcnull/ |
| D | mmcnull.c | 140 callout_init_mtx(&sc->tick, &sc->sc_mtx, 0); /* Callout to emulate interrupts */ in mmcnull_attach()
|
| /freebsd-12-stable/tools/tools/vhba/mptest/ |
| D | vhba_mptest.c | 81 callout_init_mtx(&vhbastatic.tick, &vhba->lock, 0); in vhba_init()
|