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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp1925 uint32_t const cDirtyPagesShort = cTotal / 4; local
1926 pVM->pgm.s.LiveSave.cDirtyPagesShort = cDirtyPagesShort;
1948 if ( cDirtyPagesShort <= cDirtyPagesLong
1949 && ( cDirtyNow <= cDirtyPagesShort
1950 || cDirtyNow - cDirtyPagesShort < RT_MIN(cDirtyPagesShort / 8, 16)
1956 uint32_t cMsLeftShort = (uint32_t)(cDirtyPagesShort / (long double)cPagesPerSecond * 1000.0);
1966 Log(("pgmR3LiveVote: VINF_SUCCESS - pass=%d cDirtyPagesShort=%u|%ums cDirtyPagesLong=%u|%ums cMsMaxDowntime=%u\n",
1967 uPass, cDirtyPagesShort, cMsLeftShor
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3419 uint32_t cDirtyPagesShort; member in struct:PGM::__anon16965

Completed in 68 milliseconds