Home
last modified time | relevance | path

Searched refs:sdma_qlock (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Duser_sdma.c421 spin_lock_irqsave(&uctxt->sdma_qlock, flags); in hfi1_user_sdma_alloc_queues()
423 spin_unlock_irqrestore(&uctxt->sdma_qlock, flags); in hfi1_user_sdma_alloc_queues()
453 spin_lock_irqsave(&uctxt->sdma_qlock, flags); in hfi1_user_sdma_free_queues()
456 spin_unlock_irqrestore(&uctxt->sdma_qlock, flags); in hfi1_user_sdma_free_queues()
Dhfi.h303 spinlock_t sdma_qlock; member
Dfile_ops.c1048 spin_lock_init(&uctxt->sdma_qlock); in allocate_ctxt()