Searched defs:cPagesPerSecond (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp1941 uint32_t cPagesPerSecond = (uint32_t)( pVM->pgm.s.LiveSave.cSavedPages local
1943 pVM->pgm.s.LiveSave.cPagesPerSecond = cPagesPerSecond;
1956 uint32_t cMsLeftShort = (uint32_t)(cDirtyPagesShort / (long double)cPagesPerSecond * 1000.0);
1957 uint32_t cMsLeftLong = (uint32_t)(cDirtyPagesLong / (long double)cPagesPerSecond * 1000.0);
2043 pVM->pgm.s.LiveSave.cPagesPerSecond = 8192;
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3430 uint32_t cPagesPerSecond; member in struct:PGM::__anon16965

Completed in 303 milliseconds