Home
last modified time | relevance | path

Searched refs:mtx_destroy (Results 1 – 25 of 772) sorted by last modified time

12345678910>>...31

/freebsd/sys/net80211/
H A Dieee80211_freebsd.h69 #define IEEE80211_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_LOCK_OBJ(_ic))
93 #define IEEE80211_TX_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_TX_LOCK_OBJ(_ic))
114 #define IEEE80211_FF_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_FF_LOCK_OBJ(_ic))
134 mtx_destroy(IEEE80211_NODE_LOCK_OBJ(_nt))
150 #define IEEE80211_PSQ_DESTROY(_psq) mtx_destroy(&(_psq)->psq_lock)
175 #define IEEE80211_AGEQ_DESTROY(_aq) mtx_destroy(&(_aq)->aq_lock)
185 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock)
197 #define IEEE80211_SCAN_TABLE_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_lock)
204 #define IEEE80211_SCAN_ITER_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_scanlock)
215 mtx_destroy(&(_rt)->rt_lock)
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dsound.c84 mtx_destroy(mtx); in snd_mtxfree()
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c1563 mtx_destroy(&ctrlr->lock); in nvme_ctrlr_destruct()
H A Dnvme_qpair.c937 mtx_destroy(&qpair->lock); in nvme_qpair_destroy()
939 mtx_destroy(&qpair->recovery); in nvme_qpair_destroy()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_ns.c383 mtx_destroy(&ns->lock); in nvmf_init_ns()
448 mtx_destroy(&ns->lock); in nvmf_destroy_ns()
H A Dnvmf_sim.c258 mtx_destroy(&sc->sim_mtx); in nvmf_init_sim()
264 mtx_destroy(&sc->sim_mtx); in nvmf_init_sim()
272 mtx_destroy(&sc->sim_mtx); in nvmf_init_sim()
331 mtx_destroy(&sc->sim_mtx); in nvmf_destroy_sim()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c363 mtx_destroy(&node->tn_interlock); in tmpfs_node_fini()
/freebsd/sys/net/
H A Dif_ovpn.c802 mtx_destroy(&kdir->replay_mtx); in ovpn_free_kkey_dir()
H A Dif.c741 mtx_destroy(&ifq->ifq_mtx); in ifq_delete()
H A Dif_lagg.c112 #define LAGG_LIST_LOCK_DESTROY(x) mtx_destroy(&V_lagg_list_mtx)
661 mtx_destroy(&sc->sc_mtx); in lagg_clone_destroy()
/freebsd/sys/dev/usb/quirk/
H A Dusb_quirk.c1073 mtx_destroy(&usb_quirk_mtx); in usb_quirk_uninit()
/freebsd/sys/kern/
H A Dkern_intr.c552 mtx_destroy(&ie->ie_lock); in intr_event_destroy()
H A Duipc_socket.c490 mtx_destroy(&so->so_snd_mtx); in sodealloc()
491 mtx_destroy(&so->so_rcv_mtx); in sodealloc()
494 mtx_destroy(&so->so_lock); in sodealloc()
/freebsd/sys/dev/md/
H A Dmd.c1288 mtx_destroy(&sc->queue_mtx); in mdnew()
1529 mtx_destroy(&sc->queue_mtx); in mddestroy()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c2826 mtx_destroy(&be_lun->queue_lock); in ctl_be_block_create()
2827 mtx_destroy(&be_lun->io_lock); in ctl_be_block_create()
3021 mtx_destroy(&be_lun->queue_lock); in ctl_be_block_lun_shutdown()
3022 mtx_destroy(&be_lun->io_lock); in ctl_be_block_lun_shutdown()
3325 mtx_destroy(&softc->lock); in ctl_be_block_shutdown()
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x.c311 mtx_destroy(&sc->sc_mtx); in ip17x_detach()
/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c257 mtx_destroy(&sc->sc_mtx); in ukswitch_detach()
/freebsd/sys/dev/usb/net/
H A Dif_smsc.c1820 mtx_destroy(&sc->sc_mtx); in smsc_detach()
/freebsd/sys/netpfil/pf/
H A Dpf.c1185 mtx_destroy(&kh->lock); in pf_cleanup()
1186 mtx_destroy(&ih->lock); in pf_cleanup()
1194 mtx_destroy(&sh->lock); in pf_cleanup()
/freebsd/sys/netinet/
H A Dip_carp.c287 #define CARP_LOCK_DESTROY(sc) mtx_destroy(&(sc)->sc_mtx)
293 #define CIF_LOCK_DESTROY(cif) mtx_destroy(&(cif)->cif_mtx)
3030 mtx_destroy(&carp_mtx); in carp_mod_cleanup()
H A Dtcp_hostcache.c306 mtx_destroy(&V_tcp_hostcache.hashbase[i].hch_mtx); in tcp_hc_destroy()
/freebsd/sys/dev/sound/pci/
H A Demu10kx.c2335 mtx_destroy(&sc->emu10kx_lock); in emu10kx_dev_uninit()
2379 mtx_destroy(&(sc->rm->gpr_lock)); in emu_rm_uninit()
3399 mtx_destroy(&sc->rw); in emu_pci_attach()
3400 mtx_destroy(&sc->lock); in emu_pci_attach()
3479 mtx_destroy(&sc->rw); in emu_pci_detach()
3480 mtx_destroy(&sc->lock); in emu_pci_detach()
H A Dcsamidi.c255 mtx_destroy(&scp->mtx); in midicsa_detach()
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/sound/usb/
H A Duaudio.c6133 mtx_destroy(&chan->mtx); in umidi_detach()

12345678910>>...31