Searched refs:mlx_config_lock (Results 1 – 3 of 3) sorted by relevance
155 struct sx mlx_config_lock; member188 #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)
147 sx_init(&sc->mlx_config_lock, "mlx config"); in mlx_pci_attach()
215 sx_destroy(&sc->mlx_config_lock); in mlx_free()