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

/vbox/src/VBox/VMM/include/
H A DTMInternal.h483 uint32_t cPctHostHzFudgeFactorCatchUp200; member in struct:TM
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp2545 u32Pct = u32Pct * pVM->tm.s.cPctHostHzFudgeFactorCatchUp200 / 100;
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp589 rc = CFGMR3QueryU32Def(pCfgHandle, "HostHzFudgeFactorCatchUp200", &pVM->tm.s.cPctHostHzFudgeFactorCatchUp200, 250);

Completed in 49 milliseconds