Searched refs:mtx_destroy (Results 1 - 25 of 544) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/netinet/
H A Dsctp_lock_bsd.h121 mtx_destroy(&(cpstr)->que_mtx); \
143 mtx_destroy(&(cpstr)->core_mtx); \
178 mtx_destroy(&sctp_it_ctl.ipi_iterator_wq_mtx)
198 mtx_destroy(&SCTP_BASE_INFO(ipi_pktlog_mtx))
214 mtx_destroy(&(_inp)->inp_rdata_mtx)
231 mtx_destroy(&(_inp)->inp_mtx)
241 mtx_destroy(&(_inp)->inp_create_mtx)
271 #define SCTP_TCB_SEND_LOCK_DESTROY(_tcb) mtx_destroy(&(_tcb)->tcb_send_mtx)
312 #define SCTP_TCB_LOCK_DESTROY(_tcb) mtx_destroy(&(_tcb)->tcb_mtx)
367 #define SCTP_ITERATOR_LOCK_DESTROY() mtx_destroy(
[all...]
/freebsd-9.3-release/sys/netatalk/
H A Dddp_pcb.h68 #define DDP_LOCK_DESTROY(ddp) mtx_destroy(&(ddp)->ddp_mtx)
76 #define DDP_LIST_LOCK_DESTROY() mtx_destroy(&ddp_list_mtx)
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/support/
H A Dspin.h15 #define spinlock_destroy(lock) mtx_destroy(lock)
/freebsd-9.3-release/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c104 mtx_destroy(&sc->sc_mtx);
114 mtx_destroy(&sc->sc_mtx);
/freebsd-9.3-release/sys/dev/cm/
H A Dif_cm_isa.c115 mtx_destroy(&sc->sc_mtx);
137 mtx_destroy(&sc->sc_mtx);
/freebsd-9.3-release/sys/dev/smbus/
H A Dsmbus.c107 mtx_destroy(&sc->lock);
/freebsd-9.3-release/sys/netinet6/
H A Dmld6_var.h137 #define MLD_LOCK_DESTROY() mtx_destroy(&mld_mtx)
/freebsd-9.3-release/sys/sys/
H A Dprocdesc.h77 #define PROCDESC_LOCK_DESTROY(pd) mtx_destroy(&(pd)->pd_lock)
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonport.c601 mtx_destroy(&nfs_nameid_mutex);
602 mtx_destroy(&newnfsd_mtx);
603 mtx_destroy(&nfs_state_mutex);
604 mtx_destroy(&nfs_sockl_mutex);
605 mtx_destroy(&nfs_slock_mutex);
606 mtx_destroy(&nfs_req_mutex);
607 mtx_destroy(&nfsrv_nfsuserdsock.nr_mtx);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_freebsd.h51 #define IEEE80211_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_LOCK_OBJ(_ic))
71 mtx_destroy(IEEE80211_NODE_LOCK_OBJ(_nt))
97 mtx_destroy(IEEE80211_NODE_ITERATE_LOCK_OBJ(_nt))
109 #define IEEE80211_PSQ_DESTROY(_psq) mtx_destroy(&(_psq)->psq_lock)
134 #define IEEE80211_AGEQ_DESTROY(_aq) mtx_destroy(&(_aq)->aq_lock)
144 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock)
156 #define IEEE80211_SCAN_TABLE_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_lock)
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c141 mtx_destroy(&t->stid_lock);
143 mtx_destroy(&t->atid_lock);
183 mtx_destroy(&td->toep_list_lock);
185 mtx_destroy(&td->lctx_hash_lock);
187 mtx_destroy(&td->tid_release_lock);
/freebsd-9.3-release/sys/dev/tsec/
H A Dif_tsec_fdt.c223 mtx_destroy(&sc->receive_lock);
224 mtx_destroy(&sc->transmit_lock);
303 mtx_destroy(&sc->receive_lock);
304 mtx_destroy(&sc->transmit_lock);
305 mtx_destroy(&sc->ic_lock);
/freebsd-9.3-release/sys/dev/pcf/
H A Denvctrl.c162 mtx_destroy(&sc->pcf_lock);
186 mtx_destroy(&sc->pcf_lock);
H A Dpcf_ebus.c222 mtx_destroy(&sc->pcf_lock);
249 mtx_destroy(&sc->pcf_lock);
H A Dpcf_isa.c182 mtx_destroy(&sc->pcf_lock);
206 mtx_destroy(&sc->pcf_lock);
/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_mcdi.c223 mtx_destroy(&mcdi->lock);
249 mtx_destroy(&mcdi->lock);
/freebsd-9.3-release/sys/dev/sn/
H A Dif_snvar.h78 #define SN_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx);
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_ihash.c78 mtx_destroy(&ntfs_nthash_mtx);
/freebsd-9.3-release/sys/net/
H A Dif_gif.h80 #define GIF_LOCK_DESTROY(sc) mtx_destroy(&(sc)->gif_mtx)
/freebsd-9.3-release/sys/netgraph/
H A Dng_device.c184 mtx_destroy(&priv->ngd_mtx);
185 mtx_destroy(&priv->readq.ifq_mtx);
302 mtx_destroy(&priv->ngd_mtx);
305 mtx_destroy(&(priv)->readq.ifq_mtx);
/freebsd-9.3-release/sys/netipx/
H A Dipx_pcb.h144 #define IPX_LOCK_DESTROY(ipx) mtx_destroy(&(ipx)->ipxp_mtx)
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h490 #define EM_CORE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->core_mtx)
491 #define EM_TX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->tx_mtx)
492 #define EM_RX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rx_mtx)
H A Dif_lem.h484 #define EM_CORE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->core_mtx)
485 #define EM_TX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->tx_mtx)
486 #define EM_RX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rx_mtx)
H A Dif_igb.h508 #define IGB_CORE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->core_mtx)
513 #define IGB_TX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->tx_mtx)
519 #define IGB_RX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rx_mtx)
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwlvar.h135 #define MWL_TXQ_LOCK_DESTROY(_tq) mtx_destroy(&(_tq)->lock)
341 #define MWL_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx)
349 #define MWL_RXFREE_DESTROY(_sc) mtx_destroy(&(_sc)->sc_rxlock)

Completed in 177 milliseconds

1234567891011>>