Searched refs:cq_tbl_lock (Results 1 – 3 of 3) sorted by relevance
202 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_create_cq()204 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_create_cq()271 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_destroy_cq()273 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_destroy_cq()
239 spin_lock_init(&dev->cq_tbl_lock); in pvrdma_register_device()348 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_cq_event()352 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_cq_event()520 spin_lock_irqsave(&dev->cq_tbl_lock, flags); in pvrdma_intrx_handler()524 spin_unlock_irqrestore(&dev->cq_tbl_lock, flags); in pvrdma_intrx_handler()
229 spinlock_t cq_tbl_lock; member