Home
last modified time | relevance | path

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

/sys/kern/
Dspinlock.c48 lock->rCount = 0; in Spinlock_Init()
96 lock->rCount++; in Spinlock_Lock()
97 if (lock->rCount == 1) in Spinlock_Lock()
115 lock->rCount--; in Spinlock_Unlock()
116 if (lock->rCount == 0) { in Spinlock_Unlock()
/sys/include/
Dspinlock.h20 uint64_t rCount; member