Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H 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)
/OK3568_Linux_fs/kernel/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.h80 #define queued_spin_trylock(l) pv_hybrid_queued_unfair_trylock(l) macro