Searched refs:cq_tbl_lock (Results 1 – 3 of 3) sorted by relevance
195 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_create_cq()197 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_create_cq()258 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_destroy_cq()260 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_destroy_cq()
242 spin_lock_init(&dev->cq_tbl_lock); in pvrdma_register_device()342 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_cq_event()346 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_cq_event()514 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_intrx_handler()518 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_intrx_handler()
229 spinlock_t cq_tbl_lock; member