Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dqspinlock.h11 #define virt_spin_lock virt_spin_lock macro
13 static inline bool virt_spin_lock(struct qspinlock *lock) in virt_spin_lock() function
/linux/arch/x86/include/asm/
H A Dqspinlock.h87 #define virt_spin_lock virt_spin_lock macro
88 static inline bool virt_spin_lock(struct qspinlock *lock) in virt_spin_lock() function
/linux/include/asm-generic/
H A Dqspinlock.h132 #ifndef virt_spin_lock
133 static __always_inline bool virt_spin_lock(struct qspinlock *lock) in virt_spin_lock() function
/linux/kernel/locking/
H A Dqspinlock.c141 if (virt_spin_lock(lock))