Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds