Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx5/
Dmr.c720 mutex_init(&dev->slow_path_mutex); in mlx5_mr_cache_init()
963 mutex_lock(&dev->slow_path_mutex); in alloc_cacheable_mr()
965 mutex_unlock(&dev->slow_path_mutex); in alloc_cacheable_mr()
1471 mutex_lock(&dev->slow_path_mutex); in create_real_mr()
1473 mutex_unlock(&dev->slow_path_mutex); in create_real_mr()
Dmlx5_ib.h1065 struct mutex slow_path_mutex; member