Searched refs:cDirtyPagesShort (Results 1 - 3 of 3) 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...]
H A DPGM.cpp1714 STAM_REL_REG_USED(pVM, &pPGM->LiveSave.cDirtyPagesShort, STAMTYPE_U32, "/PGM/LiveSave/cDirtyPagesShort", STAMUNIT_COUNT, "Short term dirty page average.");
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3419 uint32_t cDirtyPagesShort; member in struct:PGM::__anon16965

Completed in 65 milliseconds