Searched refs:uctxt_lock (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/qib/ |
D | qib_tx.c | 135 spin_lock(&dd->uctxt_lock); in find_ctxt() 156 spin_unlock(&dd->uctxt_lock); in find_ctxt() 469 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_cancel_sends() 486 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_cancel_sends() 492 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_cancel_sends()
|
D | qib_intr.c | 195 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_handle_urcv() 213 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_handle_urcv()
|
D | qib_driver.c | 756 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_reset_device() 761 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_reset_device() 765 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_reset_device()
|
D | qib_file_ops.c | 1089 spin_lock_irq(&dd->uctxt_lock); in qib_poll_urgent() 1097 spin_unlock_irq(&dd->uctxt_lock); in qib_poll_urgent() 1111 spin_lock_irq(&dd->uctxt_lock); in qib_poll_next() 1118 spin_unlock_irq(&dd->uctxt_lock); in qib_poll_next() 1834 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_close() 1838 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_close() 1982 spin_lock_irqsave(&ppd->dd->uctxt_lock, flags); in qib_set_uevent_bits() 2001 spin_unlock_irqrestore(&ppd->dd->uctxt_lock, flags); in qib_set_uevent_bits()
|
D | qib_init.c | 416 spin_lock_init(&dd->uctxt_lock); in loadtime_init() 1354 spin_lock_irqsave(&dd->uctxt_lock, flags); in cleanup_device_data() 1357 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in cleanup_device_data()
|
D | qib.h | 896 spinlock_t uctxt_lock; /* rcd and user context changes */ member
|
D | qib_iba7220.c | 4369 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_7220_txchk_change() 4377 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_7220_txchk_change()
|
D | qib_iba7322.c | 7068 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_7322_txchk_change() 7077 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_7322_txchk_change()
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | file_ops.c | 667 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 …]
|
D | intr.c | 207 spin_lock_irqsave(&dd->uctxt_lock, flags); in handle_user_interrupt() 220 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in handle_user_interrupt()
|
D | init.c | 178 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() 1251 spin_lock_init(&dd->uctxt_lock); in hfi1_alloc_devdata()
|
D | hfi.h | 1127 spinlock_t uctxt_lock; /* protect rcd changes */ member
|