Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dqspinlock.c268 #define queued_spin_lock_slowpath native_queued_spin_lock_slowpath macro
294 void queued_spin_lock_slowpath(struct qspinlock *lock, u32 val) in queued_spin_lock_slowpath() function
506 EXPORT_SYMBOL(queued_spin_lock_slowpath);
522 #undef queued_spin_lock_slowpath
523 #define queued_spin_lock_slowpath __pv_queued_spin_lock_slowpath macro
/Linux-v4.19/include/asm-generic/
Dqspinlock.h75 extern void queued_spin_lock_slowpath(struct qspinlock *lock, u32 val);
88 queued_spin_lock_slowpath(lock, val); in queued_spin_lock()
/Linux-v4.19/arch/x86/kernel/
Dparavirt-spinlocks.c38 .queued_spin_lock_slowpath = native_queued_spin_lock_slowpath,
Dkvm.c853 pv_lock_ops.queued_spin_lock_slowpath = __pv_queued_spin_lock_slowpath; in kvm_spinlock_init()
/Linux-v4.19/arch/x86/include/asm/
Dqspinlock.h30 static inline void queued_spin_lock_slowpath(struct qspinlock *lock, u32 val) in queued_spin_lock_slowpath() function
Dparavirt_types.h311 void (*queued_spin_lock_slowpath)(struct qspinlock *lock, u32 val); member
Dparavirt.h679 PVOP_VCALL2(pv_lock_ops.queued_spin_lock_slowpath, lock, val); in pv_queued_spin_lock_slowpath()
/Linux-v4.19/arch/x86/xen/
Dspinlock.c144 pv_lock_ops.queued_spin_lock_slowpath = __pv_queued_spin_lock_slowpath; in xen_init_spinlocks()