Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dqspinlock.h138 static __always_inline int queued_spin_trylock(struct qspinlock *lock) in queued_spin_trylock() function
150 if (!queued_spin_trylock(lock)) in queued_spin_lock()
165 #define arch_spin_trylock(l) queued_spin_trylock(l)
/kernel/linux/linux-5.10/include/asm-generic/
H A Dqspinlock.h57 * queued_spin_trylock - try to acquire the queued spinlock
61 static __always_inline int queued_spin_trylock(struct qspinlock *lock) in queued_spin_trylock() function
118 #define arch_spin_trylock(l) queued_spin_trylock(l)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dqspinlock.h86 * queued_spin_trylock - try to acquire the queued spinlock
90 static __always_inline int queued_spin_trylock(struct qspinlock *lock) in queued_spin_trylock() function
147 #define arch_spin_trylock(l) queued_spin_trylock(l)
/kernel/linux/linux-5.10/kernel/locking/
H A Dqspinlock.c415 while (!queued_spin_trylock(lock)) in queued_spin_lock_slowpath()
443 if (queued_spin_trylock(lock)) in queued_spin_lock_slowpath()
H A Dqspinlock_paravirt.h59 * By replacing the regular queued_spin_trylock() with the function below,
80 #define queued_spin_trylock(l) pv_hybrid_queued_unfair_trylock(l) macro
/kernel/linux/linux-6.6/kernel/locking/
H A Dqspinlock.c418 while (!queued_spin_trylock(lock)) in queued_spin_lock_slowpath()
446 if (queued_spin_trylock(lock)) in queued_spin_lock_slowpath()
H A Dqspinlock_paravirt.h59 * By replacing the regular queued_spin_trylock() with the function below,
80 #define queued_spin_trylock(l) pv_hybrid_queued_unfair_trylock(l) macro
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dqspinlock.c557 while (!queued_spin_trylock(lock)) in queued_spin_lock_mcs_queue()

Completed in 7 milliseconds