Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mlx/
HDmlxvar.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)
HDmlx_pci.c148 sx_init(&sc->mlx_config_lock, "mlx config"); in mlx_pci_attach()
HDmlx.c217 sx_destroy(&sc->mlx_config_lock); in mlx_free()