Searched refs:cStatPending (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllQueue.cpp122 STAM_STATS({ ASMAtomicIncU32(&pQueue->cStatPending); });
/vbox/src/VBox/VMM/VMMR3/
H A DPDMQueue.cpp183 STAMR3RegisterF(pVM, (void *)&pQueue->cStatPending, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Pending items.", "/PDM/Queue/%s/Pending", pQueue->pszName);
856 STAM_STATS({ ASMAtomicDecU32(&pQueue->cStatPending); });
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h896 uint32_t volatile cStatPending; member in struct:PDMQUEUE

Completed in 49 milliseconds