Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx/
HDmlx_disk.c93 MLX_CONFIG_UNLOCK(sc->mlxd_controller); in mlxd_open()
99 MLX_CONFIG_UNLOCK(sc->mlxd_controller); in mlxd_open()
116 MLX_CONFIG_UNLOCK(sc->mlxd_controller); in mlxd_close()
HDmlx.c582 MLX_CONFIG_UNLOCK(sc); in mlx_startup()
613 MLX_CONFIG_UNLOCK(sc); in mlx_detach()
619 MLX_CONFIG_UNLOCK(sc); in mlx_detach()
641 MLX_CONFIG_UNLOCK(sc); in mlx_shutdown()
766 MLX_CONFIG_UNLOCK(sc); in mlx_open()
782 MLX_CONFIG_UNLOCK(sc); in mlx_close()
816 MLX_CONFIG_UNLOCK(sc); in mlx_ioctl()
824 MLX_CONFIG_UNLOCK(sc); in mlx_ioctl()
844 MLX_CONFIG_UNLOCK(sc); in mlx_ioctl()
870 MLX_CONFIG_UNLOCK(sc); in mlx_ioctl()
[all …]
HDmlxvar.h186 #define MLX_CONFIG_UNLOCK(sc) sx_xunlock(&(sc)->mlx_config_lock) macro