Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c429 mutex_init(&dev->slow_path_mutex); in mlx5_mr_cache_init()
994 mutex_lock(&dev->slow_path_mutex); in mlx5_ib_reg_user_mr()
997 mutex_unlock(&dev->slow_path_mutex); in mlx5_ib_reg_user_mr()
H A Dmlx5_ib.h750 struct mutex slow_path_mutex; member