Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/
Dpd.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()
Dmlx4.h916 struct mutex bf_mutex; member
Dmain.c3357 mutex_init(&priv->bf_mutex); in mlx4_load_one()