Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dqspinlock.h43 #define virt_spin_lock virt_spin_lock macro
44 static inline bool virt_spin_lock(struct qspinlock *lock) in virt_spin_lock() function
/linux-4.4.14/include/asm-generic/
Dqspinlock.h139 #ifndef virt_spin_lock
140 static __always_inline bool virt_spin_lock(struct qspinlock *lock) in virt_spin_lock() function
/linux-4.4.14/kernel/locking/
Dqspinlock.c292 if (virt_spin_lock(lock)) in queued_spin_lock_slowpath()