Home
last modified time | relevance | path

Searched refs:ticksPerSecond (Results 1 – 3 of 3) sorted by relevance

/sys/kern/
Dktime.c17 uint64_t ticksPerSecond; variable
31 ticksPerSecond = 0; in KTime_Init()
168 ticksPerSecond = tps; in KTime_SetTime()
187 epoch = ktimeLastEpoch + tscDiff / ticksPerSecond; in KTime_GetEpoch()
206 epoch = (ktimeLastEpoch * 1000000000ULL) + (tscDiff * 1000000ULL / ticksPerSecond * 1000ULL); in KTime_GetEpochNS()
232 kprintf("Ticks Per Second: %lu\n", ticksPerSecond); in Debug_Ticks()
Dspinlock.c30 extern uint64_t ticksPerSecond;
86 if ((Time_GetTSC() - startTSC) / ticksPerSecond > 1) { in Spinlock_Lock()
Dsemaphore.c22 extern uint64_t ticksPerSecond;