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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp1956 uint32_t cMsLeftShort = (uint32_t)(cDirtyPagesShort / (long double)cPagesPerSecond * 1000.0); local
1962 && cMsLeftShort < cMsMaxDowntime)
1963 || cMsLeftShort < cMsMaxDowntime / 2
1967 uPass, cDirtyPagesShort, cMsLeftShort, cDirtyPagesLong, cMsLeftLong, cMsMaxDowntime));

Completed in 52 milliseconds