Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h89 struct mutex wqn_ranges_mutex; /* protect wqn_ranges_list */ member
Dqp.c787 mutex_lock(&context->wqn_ranges_mutex); in mlx4_ib_alloc_wqn()
825 mutex_unlock(&context->wqn_ranges_mutex); in mlx4_ib_alloc_wqn()
836 mutex_lock(&context->wqn_ranges_mutex); in mlx4_ib_release_wqn()
855 mutex_unlock(&context->wqn_ranges_mutex); in mlx4_ib_release_wqn()
Dmain.c1114 mutex_init(&context->wqn_ranges_mutex); in mlx4_ib_alloc_ucontext()