Home
last modified time | relevance | path

Searched refs:mtx_init (Results 26 – 50 of 1011) sorted by relevance

12345678910>>...41

/freebsd/tools/test/callout_free/
H A Dcallout_free.c60 mtx_init(&callout_free_mutex, "callout_free", NULL, MTX_DEF); in callout_free_load()
/freebsd/sys/dev/iommu/
H A Dbusdma_iommu.h61 #define IOMMU_DMAMAP_INIT(map) mtx_init(&(map)->lock, \
/freebsd/sys/dev/gpio/
H A Dqoriq_gpio.h40 mtx_init(&(sc)->sc_mtx, device_get_nameunit((sc)->dev), \
/freebsd/sys/dev/malo/
H A Dif_malo.h497 mtx_init(&(_tq)->lock, (_tq)->name, NULL, MTX_DEF); \
566 mtx_init(&(_sc)->malo_mtx, device_get_nameunit((_sc)->malo_dev), \
574 mtx_init(&(_sc)->malo_rxlock, device_get_nameunit((_sc)->malo_dev), \
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsender.c106 mtx_init(&adist_remote_mtx); in init_environment()
109 mtx_init(&adist_free_list_lock); in init_environment()
112 mtx_init(&adist_send_list_lock); in init_environment()
115 mtx_init(&adist_recv_list_lock); in init_environment()
/freebsd/sys/dev/mana/
H A Dgdma_util.c42 mtx_init(&c->lock, "gdma_completion", NULL, MTX_DEF); in init_completion()
/freebsd/lib/libstdthreads/
H A Dmtx.c43 mtx_init(mtx_t *mtx, int type) in mtx_init() function
H A DMakefile18 thrd_create.3 mtx_init.3 \
H A Dthreads.h89 int mtx_init(mtx_t *__mtx, int)
/freebsd/sys/kern/
H A Dsubr_eventhandler.c61 mtx_init(&eventhandler_mutex, "eventhandler", NULL, MTX_DEF); in eventhandler_init()
93 mtx_init(&list->el_lock, list->el_name, "eventhandler list", in eventhandler_find_or_create_list()
/freebsd/sys/sys/
H A Dprocdesc.h80 #define PROCDESC_LOCK_INIT(pd) mtx_init(&(pd)->pd_lock, "procdesc", NULL, \
/freebsd/sys/dev/bhnd/
H A Dbhnd_private.h83 #define BHND_CLKCTL_LOCK_INIT(_clkctl) mtx_init(&(_clkctl)->cc_mtx, \
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h167 mtx_init(&(sc)->mtx, device_get_nameunit((sc)->dev), \
/freebsd/sys/arm/ti/
H A Dti_adcvar.h78 mtx_init(&_sc->sc_mtx, device_get_nameunit(_sc->sc_dev), \
/freebsd/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_var.h90 mtx_init(&(sc)->mtx, device_get_nameunit((sc)->dev), \
/freebsd/sys/dev/liquidio/base/
H A Dlio_request_manager.c144 mtx_init(&iq->lock, "Tx_lock", NULL, MTX_DEF); in lio_init_instr_queue()
145 mtx_init(&iq->post_lock, "iq_post_lock", NULL, MTX_DEF); in lio_init_instr_queue()
146 mtx_init(&iq->enq_lock, "enq_lock", NULL, MTX_DEF); in lio_init_instr_queue()
148 mtx_init(&iq->iq_flush_running_lock, "iq_flush_running_lock", NULL, in lio_init_instr_queue()
729 mtx_init(&oct->sc_buf_pool.lock, "sc_pool_lock", NULL, MTX_DEF); in lio_setup_sc_buffer_pool()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h57 mtx_init(&V_dn_cfg.uh_mtx, "dn_uh", NULL, MTX_DEF); \
58 mtx_init(&V_dn_cfg.bh_mtx, "dn_bh", NULL, MTX_DEF); \
/freebsd/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c95 mtx_init(&sc->sc_mtx, "rtc_mtx", NULL, MTX_SPIN); in rtc_attach()
/freebsd/sys/powerpc/powernv/
H A Dopal_console.c144 mtx_init(&opalcons_buffer.mtx, "uart_opal", NULL, in uart_opal_real_map_outbuffer()
265 mtx_init(&sc.sc_mtx, "uart_opal", NULL, MTX_SPIN | MTX_QUIET | in uart_opal_cnprobe()
290 mtx_init(&sc->sc_mtx, device_get_nameunit(dev), NULL, in uart_opal_attach()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h123 mtx_init(&(sc)->mtx, device_get_nameunit((sc)->dev), \
/freebsd/sys/fs/fuse/
H A Dfuse_main.c140 mtx_init(&fuse_mtx, "fuse_mtx", NULL, MTX_DEF); in fuse_loader()
/freebsd/sys/arm64/coresight/
H A Dcoresight.c119 mtx_init(&cs_mtx, "ARM Coresight", NULL, MTX_DEF); in coresight_init()
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctlvar.h118 mtx_init(&(sc)->mtx, device_get_nameunit((sc)->dev), \
/freebsd/sys/dev/pst/
H A Dpst-pci.c93 mtx_init(&sc->mtx, "pst lock", NULL, MTX_DEF); in iop_pci_attach()
/freebsd/sys/dev/xen/debug/
H A Ddebug.c117 mtx_init(&lock, "xen-dbg", NULL, MTX_SPIN); in xendebug_attach()

12345678910>>...41