Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_tx.c138 spin_lock(&dd->uctxt_lock); in find_ctxt()
159 spin_unlock(&dd->uctxt_lock); in find_ctxt()
471 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_cancel_sends()
488 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_cancel_sends()
494 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.c765 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_reset_device()
770 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_reset_device()
774 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_reset_device()
Dqib_file_ops.c1090 spin_lock_irq(&dd->uctxt_lock); in qib_poll_urgent()
1098 spin_unlock_irq(&dd->uctxt_lock); in qib_poll_urgent()
1112 spin_lock_irq(&dd->uctxt_lock); in qib_poll_next()
1119 spin_unlock_irq(&dd->uctxt_lock); in qib_poll_next()
1837 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_close()
1841 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_close()
1985 spin_lock_irqsave(&ppd->dd->uctxt_lock, flags); in qib_set_uevent_bits()
2004 spin_unlock_irqrestore(&ppd->dd->uctxt_lock, flags); in qib_set_uevent_bits()
Dqib_init.c418 spin_lock_init(&dd->uctxt_lock); in loadtime_init()
1391 spin_lock_irqsave(&dd->uctxt_lock, flags); in cleanup_device_data()
1394 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in cleanup_device_data()
Dqib.h899 spinlock_t uctxt_lock; /* rcd and user context changes */ member
Dqib_iba7220.c4374 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_7220_txchk_change()
4382 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_7220_txchk_change()
Dqib_iba7322.c7106 spin_lock_irqsave(&dd->uctxt_lock, flags); in qib_7322_txchk_change()
7115 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in qib_7322_txchk_change()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dfile_ops.c666 spin_lock_irqsave(&dd->uctxt_lock, flags); in hfi1_file_close()
669 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_file_close()
672 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_file_close()
764 spin_lock_irqsave(&fd->dd->uctxt_lock, flags); in complete_subctxt()
766 spin_unlock_irqrestore(&fd->dd->uctxt_lock, flags); in complete_subctxt()
867 spin_lock_irqsave(&dd->uctxt_lock, flags); in match_ctxt()
870 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in match_ctxt()
877 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in match_ctxt()
883 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in match_ctxt()
1440 spin_lock_irq(&dd->uctxt_lock); in poll_urgent()
[all …]
Dintr.c249 spin_lock_irqsave(&dd->uctxt_lock, flags); in handle_user_interrupt()
262 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in handle_user_interrupt()
Dinit.c218 spin_lock_irqsave(&rcd->dd->uctxt_lock, flags); in hfi1_rcd_free()
220 spin_unlock_irqrestore(&rcd->dd->uctxt_lock, flags); in hfi1_rcd_free()
266 spin_lock_irqsave(&dd->uctxt_lock, flags); in allocate_rcd_index()
276 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in allocate_rcd_index()
324 spin_lock_irqsave(&dd->uctxt_lock, flags); in hfi1_rcd_get_by_index()
329 spin_unlock_irqrestore(&dd->uctxt_lock, flags); in hfi1_rcd_get_by_index()
1303 spin_lock_init(&dd->uctxt_lock); in hfi1_alloc_devdata()
Dhfi.h1117 spinlock_t uctxt_lock; /* protect rcd changes */ member