Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dqspinlock.h114 static __always_inline int __queued_spin_trylock_steal(struct qspinlock *lock) in __queued_spin_trylock_steal() function
143 return __queued_spin_trylock_steal(lock); in queued_spin_trylock()
/openbmc/linux/arch/powerpc/lib/
H A Dqspinlock.c494 if (__queued_spin_trylock_steal(lock)) in try_to_steal_lock()