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

1234567891011>>

/freebsd-11-stable/sys/dev/random/
H A Dfortuna.h35 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&fortuna_state.fs_mtx)
41 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&fortuna_state.fs_mtx)
H A Dother_algorithm.h50 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&other_mtx)
56 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&other_mtx)
H A Dyarrow.h35 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&yarrow_state.ys_mtx)
41 #define RANDOM_RESEED_DEINIT_LOCK(x) mtx_destroy(&yarrow_state.ys_mtx)
/freebsd-11-stable/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-11-stable/sys/dev/wpi/
H A Dif_wpivar.h148 #define WPI_VAP_LOCK_DESTROY(_wvp) mtx_destroy(&(_wvp)->wv_mtx)
261 #define WPI_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx)
268 #define WPI_RXON_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rxon_mtx)
274 #define WPI_TX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->tx_mtx)
280 #define WPI_NT_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->nt_mtx)
286 #define WPI_TXQ_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->txq_mtx)
292 #define WPI_TXQ_STATE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->txq_state_mtx)
/freebsd-11-stable/lib/libstdthreads/
H A Dmtx.c38 mtx_destroy(mtx_t *mtx) function
H A Dthreads.h87 void mtx_destroy(mtx_t *__mtx)
H A DMakefile18 thrd_create.3 mtx_destroy.3 \
/freebsd-11-stable/sys/dev/terasic/de4led/
H A Dterasic_de4led.h49 #define TERASIC_DE4LED_LOCK_DESTROY(sc) mtx_destroy(&(sc)->tdl_lock)
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c104 mtx_destroy(&sc->sc_mtx);
114 mtx_destroy(&sc->sc_mtx);
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_main.c112 mtx_destroy(&fuse_mtx);
127 mtx_destroy(&fuse_mtx);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_stub.c323 mtx_destroy(&dev->irq_lock);
324 mtx_destroy(&dev->count_lock);
325 mtx_destroy(&dev->event_lock);
327 mtx_destroy(&dev->ctxlist_mutex);
328 mtx_destroy(&dev->pcir_lock);
490 mtx_destroy(&dev->irq_lock);
491 mtx_destroy(&dev->count_lock);
492 mtx_destroy(&dev->event_lock);
494 mtx_destroy(&dev->ctxlist_mutex);
495 mtx_destroy(
[all...]
/freebsd-11-stable/sys/dev/wtap/wtap_hal/
H A Dhal.c100 mtx_destroy(&hal->hal_mtx);
210 mtx_destroy(&hal->hal_devs[id]->sc_mtx);
/freebsd-11-stable/sys/dev/cm/
H A Dif_cm_isa.c118 mtx_destroy(&sc->sc_mtx);
140 mtx_destroy(&sc->sc_mtx);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.h53 #define IEEE80211_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_LOCK_OBJ(_ic))
77 #define IEEE80211_TX_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_TX_LOCK_OBJ(_ic))
98 #define IEEE80211_FF_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_FF_LOCK_OBJ(_ic))
118 mtx_destroy(IEEE80211_NODE_LOCK_OBJ(_nt))
134 #define IEEE80211_PSQ_DESTROY(_psq) mtx_destroy(&(_psq)->psq_lock)
159 #define IEEE80211_AGEQ_DESTROY(_aq) mtx_destroy(&(_aq)->aq_lock)
169 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock)
181 #define IEEE80211_SCAN_TABLE_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_lock)
188 #define IEEE80211_SCAN_ITER_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_scanlock)
199 mtx_destroy(
[all...]
/freebsd-11-stable/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_var.h96 #define BHND_PCIE2_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx)
/freebsd-11-stable/sys/sys/
H A Dprocdesc.h79 #define PROCDESC_LOCK_DESTROY(pd) mtx_destroy(&(pd)->pd_lock)
/freebsd-11-stable/sys/arm/ti/
H A Dti_adcvar.h83 mtx_destroy(&_sc->sc_mtx);
/freebsd-11-stable/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-11-stable/sys/arm/mv/armada38x/
H A Drtc.c139 mtx_destroy(&sc->mutex);
153 mtx_destroy(&sc->mutex);
/freebsd-11-stable/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-11-stable/sys/dev/urtwn/
H A Dif_urtwnvar.h224 #define URTWN_CMDQ_LOCK_DESTROY(sc) mtx_destroy(&(sc)->cmdq_mtx)
230 #define URTWN_NT_LOCK_DESTROY(sc) mtx_destroy(&(sc)->nt_mtx)
/freebsd-11-stable/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)

Completed in 152 milliseconds

1234567891011>>