Searched refs:u32PrevUpdateIntervalNS (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dsup.h255 volatile uint32_t u32PrevUpdateIntervalNS; member in struct:SUPGIPCPU
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp2101 ASMAtomicUoWriteU32(&pGipCpu->u32PrevUpdateIntervalNS, (uint32_t)(u64NanoTS - pGipCpu->u64NanoTS));
2157 if ( pGipCpu->u32PrevUpdateIntervalNS > pGip->u32UpdateIntervalNS + uNanoTsThreshold
2158 || pGipCpu->u32PrevUpdateIntervalNS < pGip->u32UpdateIntervalNS - uNanoTsThreshold)

Completed in 1247 milliseconds