Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dqspinlock.c255 #define queued_spin_lock_slowpath native_queued_spin_lock_slowpath macro
281 void queued_spin_lock_slowpath(struct qspinlock *lock, u32 val) in queued_spin_lock_slowpath() function
451 EXPORT_SYMBOL(queued_spin_lock_slowpath);
467 #undef queued_spin_lock_slowpath
468 #define queued_spin_lock_slowpath __pv_queued_spin_lock_slowpath macro
/linux-4.4.14/include/asm-generic/
Dqspinlock.h93 extern void queued_spin_lock_slowpath(struct qspinlock *lock, u32 val);
106 queued_spin_lock_slowpath(lock, val); in queued_spin_lock()
/linux-4.4.14/arch/x86/kernel/
Dparavirt-spinlocks.c29 .queued_spin_lock_slowpath = native_queued_spin_lock_slowpath,
Dkvm.c868 pv_lock_ops.queued_spin_lock_slowpath = __pv_queued_spin_lock_slowpath; in kvm_spinlock_init()
/linux-4.4.14/arch/x86/include/asm/
Dqspinlock.h26 static inline void queued_spin_lock_slowpath(struct qspinlock *lock, u32 val) in queued_spin_lock_slowpath() function
Dparavirt_types.h343 void (*queued_spin_lock_slowpath)(struct qspinlock *lock, u32 val); member
Dparavirt.h696 PVOP_VCALL2(pv_lock_ops.queued_spin_lock_slowpath, lock, val); in pv_queued_spin_lock_slowpath()
/linux-4.4.14/arch/x86/xen/
Dspinlock.c333 pv_lock_ops.queued_spin_lock_slowpath = __pv_queued_spin_lock_slowpath; in xen_init_spinlocks()