Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
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-6.1.9/include/asm-generic/
Dqspinlock.h132 #ifndef virt_spin_lock
133 static __always_inline bool virt_spin_lock(struct qspinlock *lock) in virt_spin_lock() function
/linux-6.1.9/kernel/locking/
Dqspinlock.c327 if (virt_spin_lock(lock)) in queued_spin_lock_slowpath()