Searched refs:cReqFree (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Dreq.h137 volatile uint32_t cReqFree; member in struct:RTREQQUEUEINT
/vbox/src/VBox/Runtime/common/misc/
H A Dreqqueue.cpp367 ASMAtomicDecU32(&pQueue->cReqFree);
402 || pQueue->cReqFree >= 128)
405 ASMAtomicIncU32(&pQueue->cReqFree);
/vbox/src/VBox/VMM/include/
H A DVMInternal.h187 volatile uint32_t cReqFree; member in struct:VMINTUSERPERVM
/vbox/src/VBox/VMM/VMMR3/
H A DVMReq.cpp636 ASMAtomicDecU32(&pUVM->vm.s.cReqFree);
766 if (pUVM->vm.s.cReqFree < 128)
768 ASMAtomicIncU32(&pUVM->vm.s.cReqFree);
H A DVM.cpp2632 Assert(cReqs == pUVM->vm.s.cReqFree); NOREF(cReqs);

Completed in 73 milliseconds