Lines Matching defs:xl
124 # define inc_spinners(xl) \ argument
126 # define dec_spinners(xl) \ argument
130 # define inc_spinners(xl) \ argument
132 # define dec_spinners(xl) \ argument
143 struct xen_spinlock *xl = (struct xen_spinlock *)lock; in xen_spin_is_locked() local
150 struct xen_spinlock *xl = (struct xen_spinlock *)lock; in xen_spin_is_contended() local
159 struct xen_spinlock *xl = (struct xen_spinlock *)lock; in xen_spin_trylock() local
175 static inline struct xen_spinlock *spinning_lock(struct xen_spinlock *xl) in spinning_lock()
193 static inline void unspinning_lock(struct xen_spinlock *xl, struct xen_spinlock *prev) in unspinning_lock()
202 struct xen_spinlock *xl = (struct xen_spinlock *)lock; in xen_spin_lock_slow() local
275 struct xen_spinlock *xl = (struct xen_spinlock *)lock; in __xen_spin_lock() local
320 static noinline void xen_spin_unlock_slow(struct xen_spinlock *xl) in xen_spin_unlock_slow()
338 struct xen_spinlock *xl = (struct xen_spinlock *)lock; in xen_spin_unlock() local