Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dmr.c975 mutex_init(&dev->slow_path_mutex); in mlx5_mkey_cache_init()
1178 mutex_lock(&dev->slow_path_mutex); in alloc_cacheable_mr()
1180 mutex_unlock(&dev->slow_path_mutex); in alloc_cacheable_mr()
1401 mutex_lock(&dev->slow_path_mutex); in create_real_mr()
1403 mutex_unlock(&dev->slow_path_mutex); in create_real_mr()
Dmlx5_ib.h1121 struct mutex slow_path_mutex; member