Home
last modified time | relevance | path

Searched refs:mlx_config_lock (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx/
H A Dmlxvar.h155 struct sx mlx_config_lock; member
188 #define MLX_CONFIG_LOCK(sc) sx_xlock(&(sc)->mlx_config_lock)
189 #define MLX_CONFIG_UNLOCK(sc) sx_xunlock(&(sc)->mlx_config_lock)
190 #define MLX_CONFIG_ASSERT_LOCKED(sc) sx_assert(&(sc)->mlx_config_lock, SA_XLOCKED)
H A Dmlx_pci.c147 sx_init(&sc->mlx_config_lock, "mlx config"); in mlx_pci_attach()
H A Dmlx.c215 sx_destroy(&sc->mlx_config_lock); in mlx_free()