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

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c98 uint64_t nsNextTick; member in struct:RTTIMER::__anon16683::__anon16684
116 uint64_t nsNextTick; member in struct:RTTIMER::__anon16683::__anon16685::__anon16686
236 if (pTimer->u.Single.nsNextTick)
237 pTimer->u.Single.nsNextTick += ASMAtomicUoReadU64(&pTimer->cNsInterval);
239 pTimer->u.Single.nsNextTick = RTTimeSystemNanoTS() + ASMAtomicUoReadU64(&pTimer->cNsInterval);
240 cyclic_reprogram(pTimer->hCyclicId, pTimer->u.Single.nsNextTick);
297 if (pTimer->u.Omni.aPerCpu[iCpu].nsNextTick)
298 pTimer->u.Omni.aPerCpu[iCpu].nsNextTick += ASMAtomicUoReadU64(&pTimer->cNsInterval);
300 pTimer->u.Omni.aPerCpu[iCpu].nsNextTick = RTTimeSystemNanoTS() + ASMAtomicUoReadU64(&pTimer->cNsInterval);
301 cyclic_reprogram(pTimer->hCyclicId, pTimer->u.Omni.aPerCpu[iCpu].nsNextTick);
[all...]

Completed in 329 milliseconds