Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dpd.c182 mutex_lock(&priv->bf_mutex); in mlx4_bf_alloc()
239 mutex_unlock(&priv->bf_mutex); in mlx4_bf_alloc()
252 mutex_lock(&priv->bf_mutex); in mlx4_bf_free()
266 mutex_unlock(&priv->bf_mutex); in mlx4_bf_free()
Dmlx4.h880 struct mutex bf_mutex; member
Dmain.c2797 mutex_init(&priv->bf_mutex); in mlx4_load_one()