Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
Drxe_mcast.c74 spin_lock_bh(&qp->grp_lock); in rxe_mcast_add_grp_elem()
107 spin_unlock_bh(&qp->grp_lock); in rxe_mcast_add_grp_elem()
121 spin_lock_bh(&qp->grp_lock); in rxe_mcast_drop_grp_elem()
131 spin_unlock_bh(&qp->grp_lock); in rxe_mcast_drop_grp_elem()
140 spin_unlock_bh(&qp->grp_lock); in rxe_mcast_drop_grp_elem()
152 spin_lock_bh(&qp->grp_lock); in rxe_drop_all_mcast_groups()
154 spin_unlock_bh(&qp->grp_lock); in rxe_drop_all_mcast_groups()
160 spin_unlock_bh(&qp->grp_lock); in rxe_drop_all_mcast_groups()
Drxe_verbs.h236 spinlock_t grp_lock; /* guard grp_list */ member
Drxe_qp.c195 spin_lock_init(&qp->grp_lock); in rxe_qp_init_misc()