Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlx_disk.c91 MLX_CONFIG_UNLOCK(sc->mlxd_controller); in mlxd_open()
97 MLX_CONFIG_UNLOCK(sc->mlxd_controller); in mlxd_open()
114 MLX_CONFIG_UNLOCK(sc->mlxd_controller); in mlxd_close()
H A Dmlx.c579 MLX_CONFIG_UNLOCK(sc); in mlx_startup()
610 MLX_CONFIG_UNLOCK(sc); in mlx_detach()
616 MLX_CONFIG_UNLOCK(sc); in mlx_detach()
638 MLX_CONFIG_UNLOCK(sc); in mlx_shutdown()
757 MLX_CONFIG_UNLOCK(sc); in mlx_open()
773 MLX_CONFIG_UNLOCK(sc); in mlx_close()
807 MLX_CONFIG_UNLOCK(sc); in mlx_ioctl()
815 MLX_CONFIG_UNLOCK(sc); in mlx_ioctl()
835 MLX_CONFIG_UNLOCK(sc); in mlx_ioctl()
861 MLX_CONFIG_UNLOCK(sc); in mlx_ioctl()
[all …]
H A Dmlxvar.h189 #define MLX_CONFIG_UNLOCK(sc) sx_xunlock(&(sc)->mlx_config_lock) macro