Home
last modified time | relevance | path

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

/trueos/sys/dev/mlx/
HDmlx.c178 MLX_IO_LOCK(sc); in mlx_free()
340 MLX_IO_LOCK(sc); in mlx_attach()
425 MLX_IO_LOCK(sc); in mlx_attach()
528 MLX_IO_LOCK(sc); in mlx_startup()
569 MLX_IO_LOCK(sc); in mlx_startup()
647 MLX_IO_LOCK(sc); in mlx_shutdown_locked()
682 MLX_IO_LOCK(sc); in mlx_suspend()
705 MLX_IO_LOCK(sc); in mlx_resume()
725 MLX_IO_LOCK(sc); in mlx_intr()
756 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