Home
last modified time | relevance | path

Searched refs:mtx_destroy (Results 26 – 50 of 772) sorted by relevance

12345678910>>...31

/freebsd/lib/libstdthreads/
H A DSymbol.map12 mtx_destroy;
H A Dmtx.c36 mtx_destroy(mtx_t *mtx) in mtx_destroy() function
H A DMakefile17 thrd_create.3 mtx_destroy.3 \
/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h75 mtx_destroy((lock)); \
80 #define MTX_DESTROY mtx_destroy
416 #define PORT_LOCK_DEINIT(port) mtx_destroy(&(port)->lock)
423 #define ADAPTER_LOCK_DEINIT(adap) mtx_destroy(&(adap)->lock)
/freebsd/sys/dev/qcom_mdio/
H A Dqcom_mdio_ipq4018.c85 mtx_destroy(&sc->sc_mtx); in qcom_mdio_ipq4018_detach()
146 mtx_destroy(&sc->sc_mtx); in qcom_mdio_ipq4018_attach()
/freebsd/sys/dev/sound/pci/
H A Demu10kx-midi.c204 mtx_destroy(&scp->mtx); in emu_midi_attach()
230 mtx_destroy(&scp->mtx); in emu_midi_detach()
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsSpinLock.c42 mtx_destroy(pLock); in qatUtilsLockDestroy()
/freebsd/tools/test/callout_free/
H A Dcallout_free.c49 mtx_destroy(&callout_free_mutex); in callout_free_func()
/freebsd/sys/dev/cesa/
H A Dcesa.c1399 mtx_destroy(&sc->sc_sessions_lock); in cesa_attach_late()
1400 mtx_destroy(&sc->sc_requests_lock); in cesa_attach_late()
1401 mtx_destroy(&sc->sc_sdesc_lock); in cesa_attach_late()
1402 mtx_destroy(&sc->sc_tdesc_lock); in cesa_attach_late()
1403 mtx_destroy(&sc->sc_sc_lock); in cesa_attach_late()
1450 mtx_destroy(&sc->sc_sessions_lock); in cesa_detach()
1451 mtx_destroy(&sc->sc_requests_lock); in cesa_detach()
1452 mtx_destroy(&sc->sc_sdesc_lock); in cesa_detach()
1453 mtx_destroy(&sc->sc_tdesc_lock); in cesa_detach()
1454 mtx_destroy(&sc->sc_sc_lock); in cesa_detach()
/freebsd/sys/dev/iommu/
H A Dbusdma_iommu.h63 #define IOMMU_DMAMAP_DESTROY(map) mtx_destroy(&(map)->lock)
/freebsd/sys/dev/gpio/
H A Dqoriq_gpio.h42 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx);
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c106 mtx_destroy(&section->lock); in pt_mk_section()
169 mtx_destroy(&section->alock); in pt_section_free()
170 mtx_destroy(&section->lock); in pt_section_free()
/freebsd/sys/vm/
H A Duma_int.h550 #define KEG_LOCK_FINI(k, d) mtx_destroy(KEG_LOCKPTR(k, d))
575 #define ZDOM_LOCK_FINI(z) mtx_destroy(&(z)->uzd_lock)
590 #define ZONE_CROSS_LOCK_FINI(z) mtx_destroy(&(z)->uz_cross_lock)
/freebsd/sys/dev/malo/
H A Dif_malo.h499 #define MALO_TXQ_LOCK_DESTROY(_tq) mtx_destroy(&(_tq)->lock)
568 #define MALO_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->malo_mtx)
576 #define MALO_RXFREE_DESTROY(_sc) mtx_destroy(&(_sc)->malo_rxlock)
/freebsd/sys/dev/mana/
H A Dgdma_util.c49 mtx_destroy(&c->lock); in free_completion()
/freebsd/sys/dev/iicbus/controller/vybrid/
H A Dvf_i2c.c159 mtx_destroy(&sc->mutex); in vf_i2c_attach_common()
191 mtx_destroy(&sc->mutex); in vf_i2c_attach_common()
233 mtx_destroy(&sc->mutex); in i2c_detach()
/freebsd/sys/arm/mv/armada38x/
H A Darmada38x_rtc.c217 mtx_destroy(&sc->mutex); in mv_rtc_attach()
243 mtx_destroy(&sc->mutex); in mv_rtc_detach()
/freebsd/sys/sys/
H A Dprocdesc.h79 #define PROCDESC_LOCK_DESTROY(pd) mtx_destroy(&(pd)->pd_lock)
/freebsd/sys/dev/bhnd/
H A Dbhnd_private.h89 #define BHND_CLKCTL_LOCK_DESTROY(_clkctl) mtx_destroy(&(_clkctl->cc_mtx))
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h172 #define CHIPC_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx)
/freebsd/sys/arm/ti/
H A Dti_adcvar.h81 mtx_destroy(&_sc->sc_mtx);
/freebsd/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_var.h95 #define BHND_PCIE2_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx)
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h61 mtx_destroy(&V_dn_cfg.uh_mtx); \
62 mtx_destroy(&V_dn_cfg.bh_mtx); \
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h128 #define BHNDB_PCI_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx)
/freebsd/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart.h113 mtx_destroy(&(sc)->ajus_lock); \

12345678910>>...31