Searched refs:uctxt_lock (Results 1 - 8 of 8) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_tx.c89 * Don't need uctxt_lock here, since user has called in to us.
138 spin_lock(&dd->uctxt_lock);
159 spin_unlock(&dd->uctxt_lock);
461 * context is closed after we release the uctxt_lock, but that's
465 spin_lock_irqsave(&dd->uctxt_lock, flags);
482 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
488 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib_intr.c196 spin_lock_irqsave(&dd->uctxt_lock, flags);
214 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib_driver.c770 spin_lock_irqsave(&dd->uctxt_lock, flags);
775 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
779 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib_file_ops.c1100 spin_lock_irq(&dd->uctxt_lock);
1108 spin_unlock_irq(&dd->uctxt_lock);
1122 spin_lock_irq(&dd->uctxt_lock);
1129 spin_unlock_irq(&dd->uctxt_lock);
1764 spin_lock_irqsave(&dd->uctxt_lock, flags);
1769 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
1913 spin_lock_irqsave(&ppd->dd->uctxt_lock, flags);
1932 spin_unlock_irqrestore(&ppd->dd->uctxt_lock, flags);
H A Dqib_init.c326 spin_lock_init(&dd->uctxt_lock);
1169 spin_lock_irqsave(&dd->uctxt_lock, flags);
1172 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib.h847 spinlock_t uctxt_lock; /* rcd and user context changes */ member in struct:qib_devdata
H A Dqib_iba7220.c4422 spin_lock_irqsave(&dd->uctxt_lock, flags);
4430 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib_iba7322.c6678 spin_lock_irqsave(&dd->uctxt_lock, flags);
6687 spin_unlock_irqrestore(&dd->uctxt_lock, flags);

Completed in 71 milliseconds