Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dqspinlock.c470 static __always_inline bool try_to_steal_lock(struct qspinlock *lock, bool paravirt) in try_to_steal_lock() function
729 if (try_to_steal_lock(lock, true)) { in queued_spin_lock_slowpath()
735 if (try_to_steal_lock(lock, false)) { in queued_spin_lock_slowpath()