Home
last modified time | relevance | path

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

/sys/include/
Dspinlock.h40 bool Spinlock_IsHeld(Spinlock *lock) __LOCK_EX_ASSERT(*lock);
/sys/kern/
Dspinlock.c126 Spinlock_IsHeld(Spinlock *lock) in Spinlock_IsHeld() function
/sys/dev/x86/
Dide.c112 ASSERT(Spinlock_IsHeld(&ide->lock)); in IDEWaitForBusy()