Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx/
HDmlx.c178 MLX_IO_LOCK(sc); in mlx_free()
347 MLX_IO_LOCK(sc); in mlx_attach()
432 MLX_IO_LOCK(sc); in mlx_attach()
535 MLX_IO_LOCK(sc); in mlx_startup()
576 MLX_IO_LOCK(sc); in mlx_startup()
654 MLX_IO_LOCK(sc); in mlx_shutdown_locked()
689 MLX_IO_LOCK(sc); in mlx_suspend()
712 MLX_IO_LOCK(sc); in mlx_resume()
732 MLX_IO_LOCK(sc); in mlx_intr()
763 MLX_IO_LOCK(sc); in mlx_open()
[all …]
HDmlx_disk.c90 MLX_IO_LOCK(sc->mlxd_controller); in mlxd_open()
113 MLX_IO_LOCK(sc->mlxd_controller); in mlxd_close()
159 MLX_IO_LOCK(sc->mlxd_controller); in mlxd_strategy()
HDmlxvar.h182 #define MLX_IO_LOCK(sc) mtx_lock(&(sc)->mlx_io_lock) macro