Searched refs:MLX_IO_UNLOCK (Results 1 – 3 of 3) sorted by relevance
90 MLX_IO_UNLOCK(sc->mlxd_controller); in mlxd_open()96 MLX_IO_UNLOCK(sc->mlxd_controller); in mlxd_open()113 MLX_IO_UNLOCK(sc->mlxd_controller); in mlxd_close()164 MLX_IO_UNLOCK(sc->mlxd_controller); in mlxd_strategy()171 MLX_IO_UNLOCK(sc->mlxd_controller); in mlxd_strategy()
184 MLX_IO_UNLOCK(sc); in mlx_free()347 MLX_IO_UNLOCK(sc); in mlx_attach()432 MLX_IO_UNLOCK(sc); in mlx_attach()445 MLX_IO_UNLOCK(sc); in mlx_attach()479 MLX_IO_UNLOCK(sc); in mlx_attach()482 MLX_IO_UNLOCK(sc); in mlx_attach()535 MLX_IO_UNLOCK(sc); in mlx_startup()578 MLX_IO_UNLOCK(sc); in mlx_startup()662 MLX_IO_UNLOCK(sc); in mlx_shutdown_locked()688 MLX_IO_UNLOCK(sc); in mlx_suspend()[all …]
186 #define MLX_IO_UNLOCK(sc) mtx_unlock(&(sc)->mlx_io_lock) macro