Home
last modified time | relevance | path

Searched refs:bf_mutex (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_pd.c182 mutex_lock(&priv->bf_mutex); in mlx4_bf_alloc()
241 mutex_unlock(&priv->bf_mutex); in mlx4_bf_alloc()
254 mutex_lock(&priv->bf_mutex); in mlx4_bf_free()
268 mutex_unlock(&priv->bf_mutex); in mlx4_bf_free()
H A Dmlx4.h899 struct mutex bf_mutex; member
H A Dmlx4_main.c3231 mutex_init(&priv->bf_mutex); in mlx4_load_one()