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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_tx.c88 * Don't need uctxt_lock here, since user has called in to us.
137 spin_lock(&dd->uctxt_lock);
158 spin_unlock(&dd->uctxt_lock);
460 * context is closed after we release the uctxt_lock, but that's
464 spin_lock_irqsave(&dd->uctxt_lock, flags);
481 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
487 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib_intr.c191 spin_lock_irqsave(&dd->uctxt_lock, flags);
209 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib_driver.c625 spin_lock_irqsave(&dd->uctxt_lock, flags);
630 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
634 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib_file_ops.c1098 spin_lock_irq(&dd->uctxt_lock);
1106 spin_unlock_irq(&dd->uctxt_lock);
1120 spin_lock_irq(&dd->uctxt_lock);
1127 spin_unlock_irq(&dd->uctxt_lock);
1755 spin_lock_irqsave(&dd->uctxt_lock, flags);
1760 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
1902 spin_lock(&ppd->dd->uctxt_lock);
1921 spin_unlock(&ppd->dd->uctxt_lock);
H A Dqib_init.c324 spin_lock_init(&dd->uctxt_lock);
1187 spin_lock_irqsave(&dd->uctxt_lock, flags);
1190 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib.h838 spinlock_t uctxt_lock; /* rcd and user context changes */ member in struct:qib_devdata
H A Dqib_iba7220.c4398 spin_lock_irqsave(&dd->uctxt_lock, flags);
4406 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
H A Dqib_iba7322.c6529 spin_lock_irqsave(&dd->uctxt_lock, flags);
6538 spin_unlock_irqrestore(&dd->uctxt_lock, flags);

Completed in 81 milliseconds