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

/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp499 uint64_t u64Lag = TMVirtualSyncGetLag(pVM); local
502 RT_MIN(u64Lag / pUVM->vm.s.Halt.Method12.u32LagBlockIntervalDivisorCfg,
H A DVMM.cpp1239 const uint64_t u64Lag = TMVirtualSyncGetLag(pVM); local
1240 if ( u64Lag < 50000000 /* 50ms */
1241 || ( u64Lag < 1000000000 /* 1s */

Completed in 57 milliseconds