Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_tx.c138 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()
Dqib_intr.c195 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_handle_urcv()
213 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_handle_urcv()
Dqib_driver.c778 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()
Dqib_file_ops.c1118 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()
Dqib_init.c435 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()
Dqib.h917 spinlock_t uctxt_lock; /* rcd and user context changes */ member
Dqib_iba7220.c4427 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()
Dqib_iba7322.c7164 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/
Dintr.c193 spin_lock_irqsave(&dd->uctxt_lock, flags); in handle_user_interrupt()
206 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in handle_user_interrupt()
Dfile_ops.c788 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()
Ddriver.c1120 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()
Dinit.c1020 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()
Dhfi.h886 spinlock_t uctxt_lock; /* rcd and user context changes */ member