Searched refs:uctxt_lock (Results 1 – 13 of 13) sorted by relevance
/drivers/infiniband/hw/qib/ |
D | qib_tx.c | 138 spin_lock(&dd->uctxt_lock); in find_ctxt() 159 spin_unlock(&dd->uctxt_lock); in find_ctxt() 475 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_cancel_sends() 492 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_cancel_sends() 498 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 | 778 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_reset_device() 783 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_reset_device() 787 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_reset_device()
|
D | qib_file_ops.c | 1118 spin_lock_irq(&dd->uctxt_lock); in qib_poll_urgent() 1126 spin_unlock_irq(&dd->uctxt_lock); in qib_poll_urgent() 1140 spin_lock_irq(&dd->uctxt_lock); in qib_poll_next() 1147 spin_unlock_irq(&dd->uctxt_lock); in qib_poll_next() 1866 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_close() 1871 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_close() 2015 spin_lock_irqsave(&ppd->dd->uctxt_lock, flags); in qib_set_uevent_bits() 2034 spin_unlock_irqrestore(&ppd->dd->uctxt_lock, flags); in qib_set_uevent_bits()
|
D | qib_init.c | 435 spin_lock_init(&dd->uctxt_lock); in loadtime_init() 1412 spin_lock_irqsave(&dd->uctxt_lock, flags); in cleanup_device_data() 1415 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in cleanup_device_data()
|
D | qib.h | 917 spinlock_t uctxt_lock; /* rcd and user context changes */ member
|
D | qib_iba7220.c | 4427 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_7220_txchk_change() 4435 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_7220_txchk_change()
|
D | qib_iba7322.c | 7164 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_7322_txchk_change() 7173 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_7322_txchk_change()
|
/drivers/staging/rdma/hfi1/ |
D | intr.c | 193 spin_lock_irqsave(&dd->uctxt_lock, flags); in handle_user_interrupt() 206 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in handle_user_interrupt()
|
D | file_ops.c | 788 spin_lock_irqsave(&dd->uctxt_lock, flags); in hfi1_file_close() 809 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_file_close() 1383 spin_lock_irq(&dd->uctxt_lock); in poll_urgent() 1391 spin_unlock_irq(&dd->uctxt_lock); in poll_urgent() 1405 spin_lock_irq(&dd->uctxt_lock); in poll_next() 1412 spin_unlock_irq(&dd->uctxt_lock); in poll_next() 1435 spin_lock_irqsave(&dd->uctxt_lock, flags); in hfi1_set_uevent_bits() 1453 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_set_uevent_bits()
|
D | driver.c | 1120 spin_lock_irqsave(&dd->uctxt_lock, flags); in hfi1_reset_device() 1125 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_reset_device() 1129 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_reset_device()
|
D | init.c | 1020 spin_lock_init(&dd->uctxt_lock); in hfi1_alloc_devdata() 1265 spin_lock_irqsave(&dd->uctxt_lock, flags); in cleanup_device_data() 1268 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in cleanup_device_data()
|
D | hfi.h | 886 spinlock_t uctxt_lock; /* rcd and user context changes */ member
|