Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vdpa/mlx5/core/
Dmr.c431 mutex_lock(&mr->mkey_mtx); in mlx5_vdpa_create_mr()
433 mutex_unlock(&mr->mkey_mtx); in mlx5_vdpa_create_mr()
443 mutex_lock(&mr->mkey_mtx); in mlx5_vdpa_destroy_mr()
456 mutex_unlock(&mr->mkey_mtx); in mlx5_vdpa_destroy_mr()
475 mutex_lock(&mr->mkey_mtx); in mlx5_vdpa_handle_set_map()
482 mutex_unlock(&mr->mkey_mtx); in mlx5_vdpa_handle_set_map()
Dresources.c230 mutex_init(&mvdev->mr.mkey_mtx); in mlx5_vdpa_alloc_resources()
266 mutex_destroy(&mvdev->mr.mkey_mtx); in mlx5_vdpa_alloc_resources()
282 mutex_destroy(&mvdev->mr.mkey_mtx); in mlx5_vdpa_free_resources()
Dmlx5_vdpa.h32 struct mutex mkey_mtx; member