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

/vbox/src/VBox/VMM/include/
H A DVMInternal.h196 STAMCOUNTER StatReqAllocNew; member in struct:VMINTUSERPERVM
317 AssertCompileMemberAlignment(VMINTUSERPERVM, StatReqAllocNew, 8);
/vbox/src/VBox/VMM/VMMR3/
H A DVMReq.cpp721 STAM_COUNTER_INC(&pUVM->vm.s.StatReqAllocNew);
H A DVM.cpp921 STAM_REG(pVM, &pUVM->vm.s.StatReqAllocNew, STAMTYPE_COUNTER, "/VM/Req/AllocNew", STAMUNIT_OCCURENCES, "Number of VMR3ReqAlloc returning a new packet.");

Completed in 100 milliseconds