Lines Matching refs:flags
22 unsigned long temp, flags; in __xchg64() local
24 _atomic_spin_lock_irqsave(ptr, flags); in __xchg64()
27 _atomic_spin_unlock_irqrestore(ptr, flags); in __xchg64()
34 unsigned long flags; in __xchg32() local
37 _atomic_spin_lock_irqsave(ptr, flags); in __xchg32()
40 _atomic_spin_unlock_irqrestore(ptr, flags); in __xchg32()
47 unsigned long flags; in __xchg8() local
50 _atomic_spin_lock_irqsave(ptr, flags); in __xchg8()
53 _atomic_spin_unlock_irqrestore(ptr, flags); in __xchg8()
61 unsigned long flags; in __cmpxchg_u64() local
64 _atomic_spin_lock_irqsave(ptr, flags); in __cmpxchg_u64()
67 _atomic_spin_unlock_irqrestore(ptr, flags); in __cmpxchg_u64()
74 unsigned long flags; in __cmpxchg_u32() local
77 _atomic_spin_lock_irqsave(ptr, flags); in __cmpxchg_u32()
80 _atomic_spin_unlock_irqrestore(ptr, flags); in __cmpxchg_u32()