Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dqspinlock.h85 static __always_inline int queued_spin_trylock(struct qspinlock *lock) in queued_spin_trylock() function
159 #define arch_spin_trylock(l) queued_spin_trylock(l)
/linux-4.4.14/kernel/locking/
Dqspinlock.c375 if (queued_spin_trylock(lock)) in queued_spin_lock_slowpath()