Home
last modified time | relevance | path

Searched refs:lockedTSC (Results 1 – 2 of 2) sorted by relevance

/sys/kern/
Dspinlock.c98 lock->lockedTSC = Time_GetTSC(); in Spinlock_Lock()
118 lock->lockTime += Time_GetTSC() - lock->lockedTSC; in Spinlock_Unlock()
/sys/include/
Dspinlock.h23 uint64_t lockedTSC; member