Searched refs:uctxt_lock (Results 1 - 8 of 8) sorted by relevance
/drivers/infiniband/hw/qib/ |
H A D | qib_tx.c | 89 * 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 D | qib_intr.c | 196 spin_lock_irqsave(&dd->uctxt_lock, flags); 214 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
|
H A D | qib_driver.c | 770 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 D | qib_file_ops.c | 1100 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 D | qib_init.c | 326 spin_lock_init(&dd->uctxt_lock); 1169 spin_lock_irqsave(&dd->uctxt_lock, flags); 1172 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
|
H A D | qib.h | 847 spinlock_t uctxt_lock; /* rcd and user context changes */ member in struct:qib_devdata
|
H A D | qib_iba7220.c | 4422 spin_lock_irqsave(&dd->uctxt_lock, flags); 4430 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
|
H A D | qib_iba7322.c | 6678 spin_lock_irqsave(&dd->uctxt_lock, flags); 6687 spin_unlock_irqrestore(&dd->uctxt_lock, flags);
|
Completed in 71 milliseconds