Home
last modified time | relevance | path

Searched defs:queued_spin_trylock (Results 1 – 2 of 2) 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
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dqspinlock_paravirt.h80 #define queued_spin_trylock(l) pv_hybrid_queued_unfair_trylock(l) macro