Searched refs:StatContentionRZLock (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSect.cpp130 STAM_COUNTER_INC(&pCritSect->s.StatContentionRZLock);
292 STAM_REL_COUNTER_ADD(&pCritSect->s.StatContentionRZLock, 1000000);
297 STAM_REL_COUNTER_ADD(&pCritSect->s.StatContentionRZLock, 1000000000);
320 STAM_REL_COUNTER_INC(&pCritSect->s.StatContentionRZLock);
448 STAM_REL_COUNTER_INC(&pCritSect->s.StatContentionRZLock);
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h305 STAMCOUNTER StatContentionRZLock; member in struct:PDMCRITSECTINT
313 AssertCompileMemberAlignment(PDMCRITSECTINT, StatContentionRZLock, 8);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp188 STAMR3RegisterF(pVM, &pCritSect->StatContentionRZLock, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_OCCURENCES, NULL, "/PDM/CritSects/%s/ContentionRZLock", pCritSect->pszName);
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h533 GEN_CHECK_OFF(PDMCRITSECTINT, StatContentionRZLock);

Completed in 56 milliseconds