Home
last modified time | relevance | path

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

123456789

/f-stack/freebsd/netinet/
H A Dsctp_lock_bsd.h119 mtx_destroy(&(cpstr)->que_mtx); \
139 mtx_destroy(&(cpstr)->core_mtx); \
191 mtx_destroy(&sctp_it_ctl.ipi_iterator_wq_mtx); \
208 mtx_destroy(&SCTP_BASE_INFO(ipi_pktlog_mtx)); \
231 mtx_destroy(&(_inp)->inp_rdata_mtx); \
248 mtx_destroy(&(_inp)->inp_mtx); \
306 mtx_destroy(&(_inp)->inp_create_mtx); \
334 mtx_destroy(&(_tcb)->tcb_send_mtx); \
359 mtx_destroy(&(_tcb)->tcb_mtx); \
397 mtx_destroy(&sctp_it_ctl.it_mtx); \
[all …]
H A Digmp_var.h201 #define IGMP_LOCK_DESTROY() mtx_destroy(&igmp_mtx)
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.h71 #define IEEE80211_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_LOCK_OBJ(_ic))
95 #define IEEE80211_TX_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_TX_LOCK_OBJ(_ic))
116 #define IEEE80211_FF_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_FF_LOCK_OBJ(_ic))
136 mtx_destroy(IEEE80211_NODE_LOCK_OBJ(_nt))
152 #define IEEE80211_PSQ_DESTROY(_psq) mtx_destroy(&(_psq)->psq_lock)
177 #define IEEE80211_AGEQ_DESTROY(_aq) mtx_destroy(&(_aq)->aq_lock)
187 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock)
199 #define IEEE80211_SCAN_TABLE_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_lock)
206 #define IEEE80211_SCAN_ITER_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_scanlock)
217 mtx_destroy(&(_rt)->rt_lock)
[all …]
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.h153 #define ALIAS_LOCK_DESTROY(p) mtx_destroy(&(p)->lock)
178 #define HOST_LOCK_DESTROY(p) mtx_destroy(&(p)->lock)
236 #define CFG_LOCK_DESTROY(p) mtx_destroy(&(p)->lock)
242 #define CALLOUT_LOCK_DESTROY(p) mtx_destroy(&(p)->periodic_lock)
/f-stack/lib/include/sys/
H A Dmutex.h51 #undef mtx_destroy
83 #define mtx_destroy(m) DO_NOTHING macro
/f-stack/freebsd/netgraph/
H A Dng_device.c188 mtx_destroy(&priv->ngd_mtx); in ng_device_constructor()
189 mtx_destroy(&priv->readq.ifq_mtx); in ng_device_constructor()
305 mtx_destroy(&priv->ngd_mtx); in ng_device_disconnect()
308 mtx_destroy(&(priv)->readq.ifq_mtx); in ng_device_disconnect()
/f-stack/freebsd/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()
/f-stack/freebsd/sys/
H A Dprocdesc.h81 #define PROCDESC_LOCK_DESTROY(pd) mtx_destroy(&(pd)->pd_lock)
/f-stack/freebsd/mips/broadcom/
H A Dbcm_mipsvar.h110 #define BCM_MIPS_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx)
/f-stack/freebsd/arm/ti/
H A Dti_adcvar.h83 mtx_destroy(&_sc->sc_mtx);
/f-stack/tools/compat/include/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)
589 #define ZONE_CROSS_LOCK_FINI(z) mtx_destroy(&(z)->uz_cross_lock)
/f-stack/freebsd/vm/
H A Duma_int.h551 #define KEG_LOCK_FINI(k, d) mtx_destroy(KEG_LOCKPTR(k, d))
576 #define ZDOM_LOCK_FINI(z) mtx_destroy(&(z)->uzd_lock)
590 #define ZONE_CROSS_LOCK_FINI(z) mtx_destroy(&(z)->uz_cross_lock)
/f-stack/freebsd/arm/mv/armada38x/
H A Darmada38x_rtc.c224 mtx_destroy(&sc->mutex); in mv_rtc_attach()
250 mtx_destroy(&sc->mutex); in mv_rtc_detach()
/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_i2c.c207 mtx_destroy(&sc->mutex); in i2c_attach()
221 mtx_destroy(&sc->mutex); in i2c_attach()
253 mtx_destroy(&sc->mutex); in i2c_detach()
H A Dvf_gpio.c131 mtx_destroy(&sc->sc_mtx); in vf_gpio_attach()
156 mtx_destroy(&sc->sc_mtx); in vf_gpio_attach()
/f-stack/freebsd/netinet6/
H A Dmld6_var.h151 #define MLD_LOCK_DESTROY() mtx_destroy(&mld_mtx)
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.h135 #define XLPGE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_lock)
/f-stack/dpdk/kernel/freebsd/contigmem/
H A Dcontigmem.c174 mtx_destroy(&contigmem_buffers[i].mtx); in contigmem_load()
199 mtx_destroy(&contigmem_buffers[i].mtx); in contigmem_unload()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h63 mtx_destroy(&dn_cfg.uh_mtx); \
64 mtx_destroy(&dn_cfg.bh_mtx); \
/f-stack/freebsd/arm/include/
H A Dpmap-v6.h124 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
/f-stack/freebsd/kern/
H A Dkern_mtxpool.c155 mtx_destroy(&pool->mtx_pool_ary[i]); in mtx_pool_destroy()
/f-stack/tools/compat/include/netinet/
H A Digmp_var.h201 #define IGMP_LOCK_DESTROY() mtx_destroy(&igmp_mtx)
/f-stack/freebsd/mips/mediatek/
H A Dmtk_sysctl.c78 #define MTK_SYSCTL_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx)
/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c551 mtx_destroy(&fe->export_mtx); in ng_netflow_fib_init()
552 mtx_destroy(&fe->export9_mtx); in ng_netflow_fib_init()
599 mtx_destroy(&hsh->mtx); in ng_netflow_cache_flush()
608 mtx_destroy(&hsh->mtx); in ng_netflow_cache_flush()
626 mtx_destroy(&fe->export_mtx); in ng_netflow_cache_flush()
627 mtx_destroy(&fe->export9_mtx); in ng_netflow_cache_flush()
/f-stack/freebsd/netgraph/atm/
H A Dngatmbase.c235 mtx_destroy(&ngatm_unilist_mtx); in uni_msg_fini()
345 mtx_destroy(&ngatm_unilist_mtx); in uni_msg_fini()

123456789