Home
last modified time | relevance | path

Searched refs:slow_path_mutex (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/infiniband/hw/mlx5/
Dmr.c953 mutex_init(&dev->slow_path_mutex); in mlx5_mkey_cache_init()
1148 mutex_lock(&dev->slow_path_mutex); in alloc_cacheable_mr()
1150 mutex_unlock(&dev->slow_path_mutex); in alloc_cacheable_mr()
1442 mutex_lock(&dev->slow_path_mutex); in create_real_mr()
1445 mutex_unlock(&dev->slow_path_mutex); in create_real_mr()
1671 mutex_lock(&dev->slow_path_mutex); in reg_user_mr_dmabuf_by_data_direct()
1674 mutex_unlock(&dev->slow_path_mutex); in reg_user_mr_dmabuf_by_data_direct()
Dmlx5_ib.h1164 struct mutex slow_path_mutex; member