Searched refs:sx_destroy (Results 1 - 25 of 91) sorted by relevance

1234

/freebsd-11-stable/sys/dev/random/
H A Drandomdev.h120 #define RANDOM_CONFIG_DEINIT_LOCK(x) sx_destroy(&randomdev_config_lock)
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dmutex.h68 #define mutex_destroy(lock) sx_destroy(lock)
H A Drwlock.h75 #define rw_destroy(lock) sx_destroy(lock)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_global.c66 sx_destroy(&item->mutex);
H A Ddrm_stub.c326 sx_destroy(&dev->dev_struct_lock);
493 sx_destroy(&dev->dev_struct_lock);
/freebsd-11-stable/sys/dev/nvram/
H A Dnvram.c162 sx_destroy(&nvram_lock);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmutex.h155 sx_destroy(&m->sx);
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c147 sx_destroy(&fmp->dm_lock);
169 sx_destroy(&fmp->dm_lock);
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.c283 sx_destroy(&iser_conn->state_mutex);
531 sx_destroy(&ig.close_conns_mutex);
533 sx_destroy(&ig.device_list_mutex);
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vfsops.c175 sx_destroy(&amp->am_lock);
/freebsd-11-stable/sys/sys/
H A Dsx.h103 void sx_destroy(struct sx *sx);
142 sx_destroy, (sxa))
H A Dfiledesc.h124 #define FILEDESC_LOCK_DESTROY(fdp) sx_destroy(&(fdp)->fd_sx)
/freebsd-11-stable/sys/rpc/
H A Dsvc_dg.c278 sx_destroy(&xprt->xp_lock);
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl.c273 sx_destroy(&sc->sc_lock);
/freebsd-11-stable/sys/dev/isl/
H A Disl.c251 sx_destroy(&sc->isl_sx);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_suspend.c347 sx_destroy(&ffs_susp_lock);
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm20.c231 sx_destroy(&sc->dev_lock);
/freebsd-11-stable/sys/net/
H A Dif_lagg.h270 #define LAGG_SX_DESTROY(_sc) sx_destroy(&(_sc)->sc_sx)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_emul.c173 sx_destroy(&pem->pem_sx);
/freebsd-11-stable/sys/dev/xen/evtchn/
H A Devtchn_dev.c209 sx_destroy(&u->ring_cons_mutex);
236 sx_destroy(&u->ring_cons_mutex);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_sa.c99 sx_destroy(&sa_manager->wq_lock);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsndstat.c423 sx_destroy(&sndstat_lock);
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.c69 #define LOCK_DESTROY(_sc) sx_destroy(&(_sc)->lock);
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h156 #define lmutex_destroy(lock) sx_destroy(&(lock)->mtx)
/freebsd-11-stable/sys/dev/filemon/
H A Dfilemon.c127 sx_destroy(&filemon->lock);

Completed in 380 milliseconds

1234