Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
H A Dqspinlock.c457 static __always_inline bool try_to_steal_lock(struct qspinlock *lock, bool paravirt) in try_to_steal_lock() function
721 if (try_to_steal_lock(lock, true)) in queued_spin_lock_slowpath()
726 if (try_to_steal_lock(lock, false)) in queued_spin_lock_slowpath()