Searched refs:uctxt_lock (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_tx.c | 137 spin_lock(&dd->uctxt_lock); in find_ctxt() 158 spin_unlock(&dd->uctxt_lock); in find_ctxt() 464 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_cancel_sends() 481 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_cancel_sends() 487 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_cancel_sends()
|
D | qib_intr.c | 192 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_handle_urcv() 210 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_handle_urcv()
|
D | qib_driver.c | 766 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_reset_device() 771 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_reset_device() 775 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_reset_device()
|
D | qib_file_ops.c | 1099 spin_lock_irq(&dd->uctxt_lock); in qib_poll_urgent() 1107 spin_unlock_irq(&dd->uctxt_lock); in qib_poll_urgent() 1121 spin_lock_irq(&dd->uctxt_lock); in qib_poll_next() 1128 spin_unlock_irq(&dd->uctxt_lock); in qib_poll_next() 1761 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_close() 1766 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_close() 1908 spin_lock(&ppd->dd->uctxt_lock); in qib_set_uevent_bits() 1927 spin_unlock(&ppd->dd->uctxt_lock); in qib_set_uevent_bits()
|
D | qib_init.c | 322 spin_lock_init(&dd->uctxt_lock); in loadtime_init() 1168 spin_lock_irqsave(&dd->uctxt_lock, flags); in cleanup_device_data() 1171 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in cleanup_device_data()
|
D | qib.h | 838 spinlock_t uctxt_lock; /* rcd and user context changes */ member
|
D | qib_iba7220.c | 4397 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_7220_txchk_change() 4405 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_7220_txchk_change()
|
D | qib_iba7322.c | 6601 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_7322_txchk_change() 6610 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_7322_txchk_change()
|