Searched refs:queued_spin_lock_slowpath (Results 1 – 8 of 8) sorted by relevance
104 #define queued_spin_lock_slowpath native_queued_spin_lock_slowpath110 * queued_spin_lock_slowpath - acquire the queued spinlock130 void __lockfunc queued_spin_lock_slowpath(struct qspinlock *lock, u32 val) in decode_tail() 381 EXPORT_SYMBOL(queued_spin_lock_slowpath); in queued_spin_lock_slowpath() 397 #undef queued_spin_lock_slowpath in queued_spin_lock_slowpath() 398 #define queued_spin_lock_slowpath __pv_queued_spin_lock_slowpath in queued_spin_lock_slowpath() 287 #define queued_spin_lock_slowpath native_queued_spin_lock_slowpath global() macro 313 void __lockfunc queued_spin_lock_slowpath(struct qspinlock *lock, u32 val) queued_spin_lock_slowpath() function 581 #define queued_spin_lock_slowpath __pv_queued_spin_lock_slowpath global() macro
100 extern void queued_spin_lock_slowpath(struct qspinlock *lock, u32 val);114 queued_spin_lock_slowpath(lock, val); in queued_spin_lock()
146 void queued_spin_lock_slowpath(struct qspinlock *lock);151 queued_spin_lock_slowpath(lock); in queued_spin_lock()
49 static inline void queued_spin_lock_slowpath(struct qspinlock *lock, u32 val) in queued_spin_lock_slowpath() function
216 void (*queued_spin_lock_slowpath)(struct qspinlock *lock, u32 val); member
138 pv_ops.lock.queued_spin_lock_slowpath = __pv_queued_spin_lock_slowpath; in xen_init_spinlocks()
712 void __lockfunc queued_spin_lock_slowpath(struct qspinlock *lock) in queued_spin_lock_slowpath() function733 EXPORT_SYMBOL(queued_spin_lock_slowpath);
1141 pv_ops.lock.queued_spin_lock_slowpath = __pv_queued_spin_lock_slowpath; in kvm_spinlock_init()