Home
last modified time | relevance | path

Searched refs:uctxt_lock (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c667 spin_lock_irqsave(&dd->uctxt_lock, flags); in hfi1_file_close()
670 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_file_close()
673 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_file_close()
765 spin_lock_irqsave(&fd->dd->uctxt_lock, flags); in complete_subctxt()
767 spin_unlock_irqrestore(&fd->dd->uctxt_lock, flags); in complete_subctxt()
868 spin_lock_irqsave(&dd->uctxt_lock, flags); in match_ctxt()
871 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in match_ctxt()
878 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in match_ctxt()
884 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in match_ctxt()
1447 spin_lock_irq(&dd->uctxt_lock); in poll_urgent()
[all …]
H A Dintr.c176 spin_lock_irqsave(&dd->uctxt_lock, flags); in handle_user_interrupt()
189 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in handle_user_interrupt()
H A Dinit.c178 spin_lock_irqsave(&rcd->dd->uctxt_lock, flags); in hfi1_rcd_free()
180 spin_unlock_irqrestore(&rcd->dd->uctxt_lock, flags); in hfi1_rcd_free()
231 spin_lock_irqsave(&dd->uctxt_lock, flags); in allocate_rcd_index()
241 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in allocate_rcd_index()
289 spin_lock_irqsave(&dd->uctxt_lock, flags); in hfi1_rcd_get_by_index()
295 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_rcd_get_by_index()
1250 spin_lock_init(&dd->uctxt_lock); in hfi1_alloc_devdata()
H A Dhfi.h1127 spinlock_t uctxt_lock; /* protect rcd changes */ member