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

/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp102 volatile uint32_t StatIoDepth; member in struct:DRVSCSI
485 ASMAtomicDecU32(&pThis->StatIoDepth);
490 if (RT_UNLIKELY(pThis->fDummySignal) && !pThis->StatIoDepth)
644 ASMAtomicIncU32(&pThis->StatIoDepth);
749 if (pThis->StatIoDepth > 0)
771 if (pThis->StatIoDepth > 0)
814 if (pThis->StatIoDepth > 0)
1027 pThis->StatIoDepth = 0;
1029 PDMDrvHlpSTAMRegisterF(pDrvIns, (void *)&pThis->StatIoDepth, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,

Completed in 45 milliseconds