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

/vbox/src/VBox/VMM/include/
H A DTMInternal.h479 uint32_t cPctHostHzFudgeFactorCatchUp100; member in struct:TM
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp2543 u32Pct = u32Pct * pVM->tm.s.cPctHostHzFudgeFactorCatchUp100 / 100;
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp584 rc = CFGMR3QueryU32Def(pCfgHandle, "HostHzFudgeFactorCatchUp100", &pVM->tm.s.cPctHostHzFudgeFactorCatchUp100, 300);

Completed in 1951 milliseconds