Searched refs:cUvmRefs (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DVMInternal.h192 volatile uint32_t cUvmRefs; member in struct:VMINTUSERPERVM
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp481 pUVM->vm.s.cUvmRefs = 1;
2941 uint32_t cRefs = ASMAtomicIncU32(&pUVM->vm.s.cUvmRefs);
2982 uint32_t cRefs = ASMAtomicDecU32(&pUVM->vm.s.cUvmRefs);

Completed in 497 milliseconds