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

/vbox/src/VBox/Runtime/r0drv/
H A Dmpnotification-r0drv.c129 uint32_t const iGeneration = ASMAtomicUoReadU32(&g_iRTMpGeneration); local
148 if (ASMAtomicUoReadU32(&g_iRTMpGeneration) != iGeneration)
H A Dpowernotification-r0drv.c124 uint32_t const iGeneration = ASMAtomicUoReadU32(&g_iRTPowerGeneration); local
143 if (ASMAtomicUoReadU32(&g_iRTPowerGeneration) != iGeneration)

Completed in 317 milliseconds