Searched defs:arch_atomic_xchg (Results 1 – 5 of 5) sorted by relevance
186 static inline int arch_atomic_xchg(atomic_t *v, int new) in arch_atomic_xchg() function197 #define arch_atomic_xchg arch_atomic_xchg macro
119 static __always_inline int arch_atomic_xchg(atomic_t *v, int new) in arch_atomic_xchg() function123 #define arch_atomic_xchg arch_atomic_xchg macro
40 #define arch_atomic_xchg arch_atomic_xchg macro
70 int arch_atomic_xchg(atomic_t *v, int new) in arch_atomic_xchg() function
75 #define arch_atomic_xchg(v, new) (arch_xchg(&((v)->counter), new)) in ATOMIC_OPS() macro