Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dqspinlock.h61 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)
/linux/kernel/locking/
A Dqspinlock.c415 while (!queued_spin_trylock(lock)) in queued_spin_lock_slowpath()
443 if (queued_spin_trylock(lock)) in queued_spin_lock_slowpath()
A Dqspinlock_paravirt.h80 #define queued_spin_trylock(l) pv_hybrid_queued_unfair_trylock(l) macro

Completed in 7 milliseconds