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

/vbox/src/VBox/VMM/include/
H A DPDMBlkCacheInternal.h279 volatile uint32_t cXfersPending; member in struct:PDMBLKCACHEREQ
/vbox/src/VBox/VMM/VMMR3/
H A DPDMBlkCache.cpp613 ASMAtomicIncU32(&pReq->cXfersPending);
1728 ASMAtomicIncU32(&pReq->cXfersPending);
1862 pReq->cXfersPending = 0;
1909 AssertMsg(pReq->cXfersPending > 0, ("No transfers are pending for this request\n"));
1910 uint32_t cXfersPending = ASMAtomicDecU32(&pReq->cXfersPending); local
1912 if (!cXfersPending)
1919 LogFlowFunc(("pReq=%#p cXfersPending=%u\n", pReq, cXfersPending));
1946 ASMAtomicIncU32(&pReq->cXfersPending);
[all...]

Completed in 48 milliseconds