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

/vbox/src/VBox/VMM/include/
H A DPDMInternal.h351 STAMCOUNTER StatContentionRZEnterExcl; member in struct:PDMCRITSECTRWINT
373 AssertCompileMemberAlignment(PDMCRITSECTRWINT, StatContentionRZEnterExcl, 8);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp282 STAMR3RegisterF(pVM, &pCritSect->StatContentionRZEnterExcl, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_OCCURENCES, NULL, "/PDM/CritSectsRw/%s/ContentionRZEnterExcl", pCritSect->pszName);
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h546 GEN_CHECK_OFF(PDMCRITSECTRWINT, StatContentionRZEnterExcl);

Completed in 53 milliseconds