atomic_xchg 206 arch/alpha/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 222 arch/arc/include/asm/cmpxchg.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 245 arch/arm/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 64 arch/h8300/include/asm/cmpxchg.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 46 arch/hexagon/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) atomic_xchg 212 arch/ia64/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 166 arch/m68k/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 183 arch/m68k/include/asm/atomic.h static inline int atomic_xchg(atomic_t *v, int new) atomic_xchg 231 arch/mips/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) atomic_xchg 78 arch/parisc/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 201 arch/powerpc/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 306 arch/riscv/include/asm/atomic.h #define atomic_xchg atomic_xchg atomic_xchg 78 arch/s390/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 35 arch/sh/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 55 arch/sparc/include/asm/atomic_64.h static inline int atomic_xchg(atomic_t *v, int new) atomic_xchg 259 arch/xtensa/include/asm/atomic.h #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) atomic_xchg 611 include/asm-generic/atomic-instrumented.h atomic_xchg(atomic_t *v, int i) atomic_xchg 616 include/asm-generic/atomic-instrumented.h #define atomic_xchg atomic_xchg atomic_xchg 195 include/asm-generic/atomic.h #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) atomic_xchg 851 include/linux/atomic-fallback.h atomic_xchg(atomic_t *v, int i) atomic_xchg 859 include/linux/atomic-fallback.h #define atomic_xchg atomic_xchg