Searched refs:__pv_queued_spin_unlock (Results 1 – 4 of 4) sorted by relevance
18 #define __pv_queued_spin_unlock __pv_queued_spin_unlock macro63 extern void __lockfunc __pv_queued_spin_unlock(struct qspinlock *lock);64 __PV_CALLEE_SAVE_REGS_THUNK(__pv_queued_spin_unlock, ".spinlock.text");
82 pv_ops.lock.queued_spin_unlock = PV_CALLEE_SAVE(__pv_queued_spin_unlock); in hv_init_spinlocks()
542 #ifndef __pv_queued_spin_unlock543 __visible __lockfunc void __pv_queued_spin_unlock(struct qspinlock *lock) in __pv_queued_spin_unlock() function
140 PV_CALLEE_SAVE(__pv_queued_spin_unlock); in xen_init_spinlocks()