Home
last modified time | relevance | path

Searched refs:mcg_lock (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_mcast.c147 spin_lock_bh(&rxe->mcg_lock); in rxe_lookup_mcg()
149 spin_unlock_bh(&rxe->mcg_lock); in rxe_lookup_mcg()
214 spin_lock_bh(&rxe->mcg_lock); in rxe_get_mcg()
218 spin_unlock_bh(&rxe->mcg_lock); in rxe_get_mcg()
225 spin_unlock_bh(&rxe->mcg_lock); in rxe_get_mcg()
278 spin_lock_bh(&mcg->rxe->mcg_lock); in rxe_destroy_mcg()
280 spin_unlock_bh(&mcg->rxe->mcg_lock); in rxe_destroy_mcg()
338 spin_lock_bh(&rxe->mcg_lock); in rxe_attach_mcg()
341 spin_unlock_bh(&rxe->mcg_lock); in rxe_attach_mcg()
345 spin_unlock_bh(&rxe->mcg_lock); in rxe_attach_mcg()
[all …]
Drxe_recv.c202 spin_lock_bh(&rxe->mcg_lock); in rxe_rcv_mcast_pkt()
250 spin_unlock_bh(&rxe->mcg_lock); in rxe_rcv_mcast_pkt()
Drxe.c145 spin_lock_init(&rxe->mcg_lock); in rxe_init()
Drxe_verbs.h391 spinlock_t mcg_lock; member