Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dqspinlock.h99 static __always_inline void queued_spin_lock(struct qspinlock *lock) in queued_spin_lock() function
158 #define arch_spin_lock(l) queued_spin_lock(l)
161 #define arch_spin_lock_flags(l, f) queued_spin_lock(l)