Searched defs:fSavedIrq (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemmutex-r0drv-linux.c117 unsigned long fSavedIrq; local
132 spin_lock_irqsave(&pThis->Spinlock, fSavedIrq);
140 spin_unlock_irqrestore(&pThis->Spinlock, fSavedIrq);
143 spin_unlock_irqrestore(&pThis->Spinlock, fSavedIrq);
160 * @param fSavedIrq The saved IRQ flags.
163 bool fInterruptible, unsigned long fSavedIrq)
233 spin_unlock_irqrestore(&pThis->Spinlock, fSavedIrq);
237 spin_unlock_irqrestore(&pThis->Spinlock, fSavedIrq);
251 unsigned long fSavedIrq; local
264 spin_lock_irqsave(&pThis->Spinlock, fSavedIrq);
162 rtSemMutexLinuxRequestSleep(PRTSEMMUTEXINTERNAL pThis, RTMSINTERVAL cMillies, bool fInterruptible, unsigned long fSavedIrq) argument
332 unsigned long fSavedIrq; local
377 unsigned long fSavedIrq; local
[all...]

Completed in 43 milliseconds