Home
last modified time | relevance | path

Searched refs:Spinlock_Destroy (Results 1 – 7 of 7) sorted by relevance

/sys/kern/
Dmutex.c42 Spinlock_Destroy(&mtx->lock); in Mutex_Destroy()
Dwaitchannel.c48 Spinlock_Destroy(&wchan->lock); in WaitChannel_Destroy()
Dsemaphore.c45 Spinlock_Destroy(&sema->lock); in Semaphore_Destroy()
Dspinlock.c61 Spinlock_Destroy(Spinlock *lock) in Spinlock_Destroy() function
Dprocess.c117 Spinlock_Destroy(&proc->lock); in Process_Destroy()
/sys/include/
Dspinlock.h37 void Spinlock_Destroy(Spinlock *lock);
/sys/fs/o2fs/
Do2fs.c320 Spinlock_Destroy(&vn->lock); in O2FSReleaseVNode()