Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_fwdump.c57 mtx_assert(&mdev->dump_lock, MA_OWNED); in mlx5_fwdump_destroy_dd()
180 mtx_lock(&mdev->dump_lock); in mlx5_fwdump()
213 mtx_unlock(&mdev->dump_lock); in mlx5_fwdump()
221 mtx_lock(&mdev->dump_lock); in mlx5_fwdump_clean()
223 msleep(&mdev->dump_copyout, &mdev->dump_lock, 0, "mlx5fwc", 0); in mlx5_fwdump_clean()
225 mtx_unlock(&mdev->dump_lock); in mlx5_fwdump_clean()
235 mtx_lock(&mdev->dump_lock); in mlx5_fwdump_reset()
238 msleep(&mdev->dump_copyout, &mdev->dump_lock, in mlx5_fwdump_reset()
245 mtx_unlock(&mdev->dump_lock); in mlx5_fwdump_reset()
277 mtx_lock(&mdev->dump_lock); in mlx5_fwdump_copyout()
[all …]
HDmlx5_main.c1570 mtx_init(&dev->dump_lock, "mlx5dmp", NULL, MTX_DEF | MTX_NEW); in init_one()
1636 mtx_destroy(&dev->dump_lock); in init_one()
1662 mtx_destroy(&dev->dump_lock); in remove_one()
/freebsd-11-stable/sys/dev/mlx5/
HDdriver.h687 struct mtx dump_lock; member