Home
last modified time | relevance | path

Searched refs:mtx_destroy (Results 101 – 125 of 772) sorted by relevance

12345678910>>...31

/freebsd/sys/kern/
H A Dkern_sema.c70 mtx_destroy(&sema->sema_mtx); in sema_destroy()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_ecap.c68 #define PWM_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx)
/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_serdes.c136 mtx_destroy(&alpine_serdes_eth_group_mode[i].lock); in al_serdes_detach()
/freebsd/sys/arm/include/
H A Dpmap.h120 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsynch.h57 mtx_destroy(pthread_mutex_t *lock) in mtx_destroy() function
/freebsd/sbin/hastd/
H A Dsynch.h57 mtx_destroy(pthread_mutex_t *lock) __requires_unlocked(*lock) in mtx_destroy() function
/freebsd/sys/dev/dpaa/
H A Dfman_mdio.c149 mtx_destroy(&sc->sc_lock); in pqmdio_detach()
/freebsd/sys/riscv/include/
H A Dpmap.h100 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
/freebsd/sys/dev/usb/net/
H A Dif_cdceem.c277 mtx_destroy(&sc->sc_mtx); in cdceem_attach()
296 mtx_destroy(&sc->sc_mtx); in cdceem_attach()
312 mtx_destroy(&sc->sc_mtx); in cdceem_detach()
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_kernel_if.c72 mtx_destroy(lock); in vmci_cleanup_lock()
422 mtx_destroy(mutex); in vmci_mutex_destroy()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section_file.c67 mtx_destroy(&mapping->lock); in fmap_fini()
/freebsd/tools/test/stress2/misc/
H A Dfpclone.sh175 mtx_destroy(&me);
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kmod.c215 mtx_destroy(&sc->lock); in bcm_vchiq_detach()
/freebsd/sys/dev/gpio/
H A Dgpiobusvar.h60 #define GPIOBUS_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx)
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_misc.c125 mtx_destroy(lock); in os_uninit_spinlock()
/freebsd/sys/dev/smbus/
H A Dsmbus.c87 mtx_destroy(&sc->lock); in smbus_detach()
/freebsd/sys/arm64/include/
H A Dpmap.h109 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
/freebsd/sys/geom/uzip/
H A Dg_uzip.c163 mtx_destroy(&sc->queue_mtx); in g_uzip_softc_free()
164 mtx_destroy(&sc->last_mtx); in g_uzip_softc_free()
926 mtx_destroy(&sc->queue_mtx); in g_uzip_taste()
927 mtx_destroy(&sc->last_mtx); in g_uzip_taste()
/freebsd/sys/contrib/ena-com/
H A Dena_plat.h245 mtx_destroy(&(spinlock)); \
274 mtx_destroy(&((comp_ctx->wait_event).mtx)); \
/freebsd/sys/netinet/
H A Dip_id.c296 mtx_destroy(&V_ip_id_mtx); in ipid_sysuninit()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h290 #define BHND_NVSTORE_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx)
/freebsd/sys/dev/bhnd/siba/
H A Dsibavar.h234 #define SIBA_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx)
/freebsd/sys/dev/wtap/plugins/
H A Dvisibility.c111 mtx_destroy(&vis_plugin->pl_mtx); in visibility_deinit()
/freebsd/sys/dev/ixl/
H A Di40e_osdep.c159 mtx_destroy(&lock->mutex); in i40e_destroy_spinlock()
/freebsd/sys/net/altq/
H A Daltq_var.h67 #define ACC_LOCK_DESTROY(ac) mtx_destroy(&(ac)->acc_mtx)

12345678910>>...31