Searched refs:cq_tbl_lock (Results 1 – 3 of 3) sorted by relevance
198 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_create_cq()200 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_create_cq()261 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_destroy_cq()263 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_destroy_cq()
223 spin_lock_init(&dev->cq_tbl_lock); in pvrdma_register_device()315 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_cq_event()319 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_cq_event()486 spin_lock(&dev->cq_tbl_lock); in pvrdma_intrx_handler()490 spin_unlock(&dev->cq_tbl_lock); in pvrdma_intrx_handler()
229 spinlock_t cq_tbl_lock; member