Searched refs:sx_init (Results 1 - 25 of 123) sorted by relevance

12345

/freebsd-11-stable/sys/dev/random/
H A Drandomdev.h115 #define RANDOM_CONFIG_INIT_LOCK(x) sx_init(&randomdev_config_lock, "configuration change lock")
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_global.c53 sx_init(&item->mutex, "drmgi");
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_main.c72 sx_init(&tdev->lock, "mlx5fpgat");
/freebsd-11-stable/sys/dev/nvram/
H A Dnvram.c155 sx_init(&nvram_lock, "nvram");
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_device.c758 sx_init(&rdev->mode_info.atom_context->mutex,
1029 sx_init(&rdev->ring_lock, "drm__radeon_device__ring_lock");
1030 sx_init(&rdev->dc_hw_i2c_mutex, "drm__radeon_device__dc_hw_i2c_mutex");
1032 sx_init(&rdev->gem.mutex, "drm__radeon_device__gem__mutex");
1033 sx_init(&rdev->pm.mutex, "drm__radeon_device__pm__mutex");
1034 sx_init(&rdev->gpu_clock_mutex, "drm__radeon_device__gpu_clock_mutex");
1035 sx_init(&rdev->pm.mclk_lock, "drm__radeon_device__pm__mclk_lock");
1036 sx_init(&rdev->exclusive_lock, "drm__radeon_device__exclusive_lock");
1042 sx_init(&rdev->vm_manager.lock, "drm__radeon_device__vm_manager__lock");
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.c259 sx_init(&iser_conn->state_mutex, "iser_conn_state_mutex");
514 sx_init(&ig.device_list_mutex, "global_device_lock");
518 sx_init(&ig.close_conns_mutex, "global_close_conns_lock");
/freebsd-11-stable/sys/dev/mlx/
H A Dmlx_pci.c148 sx_init(&sc->mlx_config_lock, "mlx config");
/freebsd-11-stable/sys/geom/
H A Dgeom_kern.c143 sx_init(&topology_lock, "GEOM topology");
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vfsops.c92 sx_init(&amp->am_lock, "autofslk");
/freebsd-11-stable/sys/net/
H A Dvnet.c304 sx_init(&vnet_sxlock, "vnet_sxlock");
305 sx_init(&vnet_sysinit_sxlock, "vnet_sysinit_sxlock");
349 sx_init(&vnet_data_free_lock, "vnet_data alloc lock");
H A Dif_lagg.h269 #define LAGG_SX_INIT(_sc) sx_init(&(_sc)->sc_sx, "if_lagg sx")
/freebsd-11-stable/sys/rpc/
H A Dsvc_dg.c120 sx_init(&xprt->xp_lock, "xprt->xp_lock");
H A Dauth_unix.c118 sx_init(&auth_unix_lock, "auth_unix_lock");
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl.c259 sx_init(&sc->sc_lock, "icl");
H A Dicl_soft_proxy.c170 sx_init(&il->il_lock, "icl_listen");
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c129 sx_init(&fmp->dm_lock, "devfsmount");
/freebsd-11-stable/sys/kern/
H A Dkern_sharedpage.c112 sx_init(&shared_page_alloc_sx, "shpsx");
/freebsd-11-stable/sys/dev/iicbus/
H A Dad7418.c125 sx_init(&sc->sc_lock, "ad7418");
/freebsd-11-stable/sys/dev/isl/
H A Disl.c197 sx_init(&sc->isl_sx, "ISL read lock");
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_suspend.c337 sx_init(&ffs_susp_lock, "ffs_susp");
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm20.c196 sx_init(&sc->dev_lock, "TPM driver lock");
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_emul.c114 sx_init(&pem->pem_sx, "lpemlk");
/freebsd-11-stable/sys/sys/
H A Dfiledesc.h123 #define FILEDESC_LOCK_INIT(fdp) sx_init(&(fdp)->fd_sx, "filedesc structure")
/freebsd-11-stable/sys/dev/ppbus/
H A Dpps.c133 sx_init(&sc->lock, "pps");
/freebsd-11-stable/sys/security/audit/
H A Daudit_worker.c96 #define AUDIT_WORKER_LOCK_INIT() sx_init(&audit_worker_lock, \

Completed in 282 milliseconds

12345