Home
last modified time | relevance | path

Searched refs:consumer_lock (Results 1 – 6 of 6) sorted by relevance

/drivers/infiniband/sw/rxe/
Drxe_queue.c176 spinlock_t *consumer_lock) in rxe_queue_resize() argument
195 spin_lock_irqsave(consumer_lock, flags1); in rxe_queue_resize()
205 spin_unlock_irqrestore(consumer_lock, flags1); in rxe_queue_resize()
Drxe_srq.c118 spin_lock_init(&srq->rq.consumer_lock); in rxe_srq_from_init()
178 &srq->rq.consumer_lock); in rxe_srq_from_attr()
Drxe_queue.h101 spinlock_t *consumer_lock);
Drxe_resp.c327 spin_lock_bh(&srq->rq.consumer_lock); in get_srq_wqe()
331 spin_unlock_bh(&srq->rq.consumer_lock); in get_srq_wqe()
347 spin_unlock_bh(&srq->rq.consumer_lock); in get_srq_wqe()
351 spin_unlock_bh(&srq->rq.consumer_lock); in get_srq_wqe()
Drxe_verbs.h115 spinlock_t consumer_lock; /* guard queue consumer */ member
Drxe_qp.c322 spin_lock_init(&qp->rq.consumer_lock); in rxe_qp_init_resp()