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