Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dmr.c952 mutex_init(&dev->slow_path_mutex); in mlx5_mkey_cache_init()
1147 mutex_lock(&dev->slow_path_mutex); in alloc_cacheable_mr()
1149 mutex_unlock(&dev->slow_path_mutex); in alloc_cacheable_mr()
1441 mutex_lock(&dev->slow_path_mutex); in create_real_mr()
1444 mutex_unlock(&dev->slow_path_mutex); in create_real_mr()
1670 mutex_lock(&dev->slow_path_mutex); in reg_user_mr_dmabuf_by_data_direct()
1673 mutex_unlock(&dev->slow_path_mutex); in reg_user_mr_dmabuf_by_data_direct()
H A Dmlx5_ib.h1187 struct mutex slow_path_mutex; member