/Linux-v4.19/arch/sh/include/asm/ |
D | atomic.h | 35 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v4.19/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-v4.19/arch/h8300/include/asm/ |
D | cmpxchg.h | 64 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | atomic.h | 201 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | atomic.h | 60 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/Linux-v4.19/include/asm-generic/ |
D | atomic.h | 199 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
|
D | atomic-instrumented.h | 43 static __always_inline int atomic_xchg(atomic_t *v, int i) in atomic_xchg() function
|
/Linux-v4.19/arch/arc/include/asm/ |
D | cmpxchg.h | 219 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v4.19/arch/sparc/lib/ |
D | atomic32.c | 70 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | atomic.h | 78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | atomic.h | 78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | atomic.h | 206 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | atomic.h | 222 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | atomic.h | 91 #define atomic_xchg(v, new) xchg(&((v)->counter), (new)) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | atomic.h | 212 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | atomic.h | 248 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | atomic.h | 201 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v4.19/include/linux/ |
D | atomic.h | 442 #define atomic_xchg(...) \ macro
|