Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/mlx4/
Dpd.c107 mutex_lock(&priv->bf_mutex); in mlx4_bf_alloc()
162 mutex_unlock(&priv->bf_mutex); in mlx4_bf_alloc()
175 mutex_lock(&priv->bf_mutex); in mlx4_bf_free()
189 mutex_unlock(&priv->bf_mutex); in mlx4_bf_free()
Dmlx4.h358 struct mutex bf_mutex; member
Dmain.c1236 mutex_init(&priv->bf_mutex); in __mlx4_init_one()