Home
last modified time | relevance | path

Searched refs:mtx_destroy (Results 1 – 25 of 773) sorted by relevance

12345678910>>...31

/freebsd/sys/netinet/
H A Dsctp_lock_bsd.h128 mtx_destroy(&(cpstr)->que_mtx); \
148 mtx_destroy(&(cpstr)->core_mtx); \
200 mtx_destroy(&sctp_it_ctl.ipi_iterator_wq_mtx); \
217 mtx_destroy(&SCTP_BASE_INFO(ipi_pktlog_mtx)); \
240 mtx_destroy(&(_inp)->inp_rdata_mtx); \
262 mtx_destroy(&(_inp)->inp_mtx); \
320 mtx_destroy(&(_inp)->inp_create_mtx); \
356 mtx_destroy(&(_tcb)->tcb_mtx); \
394 mtx_destroy(&sctp_it_ctl.it_mtx); \
417 mtx_destroy(&SCTP_BASE_INFO(wq_addr_mtx)); \
/freebsd/sys/dev/drm2/
H A Ddrm_stub.c321 mtx_destroy(&dev->irq_lock); in drm_cancel_fill_in_dev()
322 mtx_destroy(&dev->count_lock); in drm_cancel_fill_in_dev()
323 mtx_destroy(&dev->event_lock); in drm_cancel_fill_in_dev()
325 mtx_destroy(&dev->ctxlist_mutex); in drm_cancel_fill_in_dev()
326 mtx_destroy(&dev->pcir_lock); in drm_cancel_fill_in_dev()
488 mtx_destroy(&dev->irq_lock); in drm_put_dev()
489 mtx_destroy(&dev->count_lock); in drm_put_dev()
490 mtx_destroy(&dev->event_lock); in drm_put_dev()
492 mtx_destroy(&dev->ctxlist_mutex); in drm_put_dev()
493 mtx_destroy(&dev->pcir_lock); in drm_put_dev()
/freebsd/sys/dev/wpi/
H A Dif_wpivar.h148 #define WPI_VAP_LOCK_DESTROY(_wvp) mtx_destroy(&(_wvp)->wv_mtx)
262 #define WPI_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx)
269 #define WPI_RXON_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rxon_mtx)
275 #define WPI_TX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->tx_mtx)
281 #define WPI_NT_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->nt_mtx)
287 #define WPI_TXQ_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->txq_mtx)
293 #define WPI_TXQ_STATE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->txq_state_mtx)
/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/random/
H A Dother_algorithm.h47 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&other_mtx)
53 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&other_mtx)
H A Dfortuna.h33 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&fortuna_state.fs_mtx)
40 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&fortuna_state.fs_mtx)
/freebsd/sys/dev/tsec/
H A Dif_tsec_fdt.c269 mtx_destroy(&sc->receive_lock); in tsec_fdt_attach()
270 mtx_destroy(&sc->transmit_lock); in tsec_fdt_attach()
349 mtx_destroy(&sc->receive_lock); in tsec_fdt_detach()
350 mtx_destroy(&sc->transmit_lock); in tsec_fdt_detach()
351 mtx_destroy(&sc->ic_lock); in tsec_fdt_detach()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h151 #define ALIAS_LOCK_DESTROY(p) mtx_destroy(&(p)->lock)
176 #define HOST_LOCK_DESTROY(p) mtx_destroy(&(p)->lock)
234 #define CFG_LOCK_DESTROY(p) mtx_destroy(&(p)->lock)
240 #define CALLOUT_LOCK_DESTROY(p) mtx_destroy(&(p)->periodic_lock)
/freebsd/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c101 mtx_destroy(&sc->sc_mtx); in rtc_attach()
111 mtx_destroy(&sc->sc_mtx); in rtc_attach()
/freebsd/sys/fs/fuse/
H A Dfuse_main.c129 mtx_destroy(&fuse_mtx); in fuse_bringdown()
143 mtx_destroy(&fuse_mtx); in fuse_loader()
/freebsd/sys/dev/xdma/
H A Dxdma.c189 mtx_destroy(&xchan->mtx_lock); in xdma_channel_free()
190 mtx_destroy(&xchan->mtx_qin_lock); in xdma_channel_free()
191 mtx_destroy(&xchan->mtx_qout_lock); in xdma_channel_free()
192 mtx_destroy(&xchan->mtx_bank_lock); in xdma_channel_free()
193 mtx_destroy(&xchan->mtx_proc_lock); in xdma_channel_free()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h302 mtx_destroy(&(_lhw)->scan_mtx);
315 mtx_destroy(&(_lhw)->txq_mtx);
328 mtx_destroy(&(_lhw)->rxq_mtx);
347 mtx_destroy(&(_lsta)->txq_mtx);
360 mtx_destroy(&(_ltxq)->ltxq_mtx);
/freebsd/sys/dev/iicbus/controller/opencores/
H A Diicoc_pci.c56 mtx_destroy(&sc->sc_mtx); in iicoc_detach()
88 mtx_destroy(&sc->sc_mtx); in iicoc_attach()
/freebsd/sys/dev/nvmf/host/
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/nfs/
H A Dnfs_commonport.c892 mtx_destroy(&NFSD_VNET(nfsrv_nfsuserdsock).nr_mtx); in nfs_cleanup()
940 mtx_destroy(&nfs_nameid_mutex); in nfscommon_modevent()
941 mtx_destroy(&newnfsd_mtx); in nfscommon_modevent()
942 mtx_destroy(&nfs_state_mutex); in nfscommon_modevent()
943 mtx_destroy(&nfs_clstate_mutex); in nfscommon_modevent()
944 mtx_destroy(&nfs_sockl_mutex); in nfscommon_modevent()
945 mtx_destroy(&nfs_slock_mutex); in nfscommon_modevent()
946 mtx_destroy(&nfs_req_mutex); in nfscommon_modevent()
947 mtx_destroy(&nfsrv_dslock_mtx); in nfscommon_modevent()
/freebsd/sys/dev/tws/
H A Dtws.c335 mtx_destroy(&sc->q_lock); in tws_attach()
336 mtx_destroy(&sc->sim_lock); in tws_attach()
337 mtx_destroy(&sc->gen_lock); in tws_attach()
338 mtx_destroy(&sc->io_lock); in tws_attach()
421 mtx_destroy(&sc->q_lock); in tws_detach()
422 mtx_destroy(&sc->sim_lock); in tws_detach()
423 mtx_destroy(&sc->gen_lock); in tws_detach()
424 mtx_destroy(&sc->io_lock); in tws_detach()
/freebsd/sys/netgraph/
H A Dng_device.c210 mtx_destroy(&priv->ngd_mtx); in ng_device_constructor()
211 mtx_destroy(&priv->readq.ifq_mtx); in ng_device_constructor()
339 mtx_destroy(&priv->ngd_mtx); in ng_device_disconnect()
342 mtx_destroy(&(priv)->readq.ifq_mtx); in ng_device_disconnect()
/freebsd/sys/dev/qcom_tcsr/
H A Dqcom_tcsr.c196 mtx_destroy(&sc->sc_mtx); in qcom_tcsr_attach()
208 mtx_destroy(&sc->sc_mtx); in qcom_tcsr_detach()
/freebsd/sys/dev/pcf/
H A Dpcf_isa.c180 mtx_destroy(&sc->pcf_lock); in pcf_isa_attach()
204 mtx_destroy(&sc->pcf_lock); in pcf_isa_detach()
/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h136 #define MWL_TXQ_LOCK_DESTROY(_tq) mtx_destroy(&(_tq)->lock)
344 #define MWL_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx)
352 #define MWL_RXFREE_DESTROY(_sc) mtx_destroy(&(_sc)->sc_rxlock)
/freebsd/sys/dev/usb/wlan/
H A Dif_rumvar.h179 #define RUM_LOCK_DESTROY(sc) mtx_destroy(&(sc)->sc_mtx)
185 #define RUM_CMDQ_LOCK_DESTROY(sc) mtx_destroy(&(sc)->cmdq_mtx)
/freebsd/sys/dev/wtap/wtap_hal/
H A Dhal.c102 mtx_destroy(&hal->hal_mtx); in deinit_hal()
212 mtx_destroy(&hal->hal_devs[id]->sc_mtx); in free_wtap()
/freebsd/sys/dev/xen/evtchn/
H A Devtchn_dev.c201 mtx_destroy(&u->bind_mutex); in evtchn_open()
202 mtx_destroy(&u->ring_prod_mutex); in evtchn_open()
228 mtx_destroy(&u->bind_mutex); in evtchn_release()
229 mtx_destroy(&u->ring_prod_mutex); in evtchn_release()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c120 mtx_destroy(&t->mtx); in vchiq_del_timer_sync()
146 mtx_destroy(&c->lock); in destroy_completion()
319 mtx_destroy(&s->mtx); in _sema_destroy()
/freebsd/sys/dev/sfxge/
H A Dsfxge.h438 mtx_destroy(&(_port)->lock)
457 mtx_destroy(&(_mcdi)->lock)
476 mtx_destroy(&(_evq)->lock)

12345678910>>...31