Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dqspinlock.h86 #define virt_spin_lock virt_spin_lock macro
87 static inline bool virt_spin_lock(struct qspinlock *lock) in virt_spin_lock() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dqspinlock.h103 #ifndef virt_spin_lock
104 static __always_inline bool virt_spin_lock(struct qspinlock *lock) in virt_spin_lock() function
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dqspinlock.c326 if (virt_spin_lock(lock)) in queued_spin_lock_slowpath()