Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/lib/
H A Dqspinlock.c456 static __always_inline bool try_to_steal_lock(struct qspinlock *lock, bool paravirt) in try_to_steal_lock() function
719 if (try_to_steal_lock(lock, true)) { in queued_spin_lock_slowpath()
725 if (try_to_steal_lock(lock, false)) { in queued_spin_lock_slowpath()