/arch/h8300/include/asm/ |
D | cmpxchg.h | 64 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/m68k/include/asm/ |
D | atomic.h | 162 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro 179 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/metag/include/asm/ |
D | atomic_lnkget.h | 139 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
D | atomic_lock1.h | 123 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/sh/include/asm/ |
D | atomic.h | 45 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/mn10300/include/asm/ |
D | atomic.h | 156 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
|
/arch/arc/include/asm/ |
D | cmpxchg.h | 225 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/tile/include/asm/ |
D | atomic.h | 125 static inline int atomic_xchg(atomic_t *v, int n) in atomic_xchg() function
|
/arch/hexagon/include/asm/ |
D | atomic.h | 60 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/arch/xtensa/include/asm/ |
D | atomic.h | 275 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/m32r/include/asm/ |
D | atomic.h | 249 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/sparc/lib/ |
D | atomic32.c | 70 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/x86/include/asm/ |
D | atomic.h | 196 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/frv/include/asm/ |
D | atomic.h | 145 #define atomic_xchg(v, new) (xchg(&(v)->counter, new)) macro
|
/arch/s390/include/asm/ |
D | atomic.h | 86 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/alpha/include/asm/ |
D | atomic.h | 193 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/parisc/include/asm/ |
D | atomic.h | 78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/mips/include/asm/ |
D | atomic.h | 275 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/arch/ia64/include/asm/ |
D | atomic.h | 234 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/powerpc/include/asm/ |
D | atomic.h | 217 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/arm64/include/asm/ |
D | atomic.h | 112 #define atomic_xchg(v, new) xchg(&((v)->counter), (new)) macro
|
/arch/arm/include/asm/ |
D | atomic.h | 255 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|