/arch/h8300/include/asm/ |
D | cmpxchg.h | 63 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/m68k/include/asm/ |
D | atomic.h | 125 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro 142 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/metag/include/asm/ |
D | atomic_lnkget.h | 110 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
D | atomic_lock1.h | 95 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/arc/include/asm/ |
D | cmpxchg.h | 159 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/sh/include/asm/ |
D | atomic.h | 38 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/mn10300/include/asm/ |
D | atomic.h | 131 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
|
/arch/hexagon/include/asm/ |
D | atomic.h | 58 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/arch/xtensa/include/asm/ |
D | atomic.h | 231 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/tile/include/asm/ |
D | atomic.h | 123 static inline int atomic_xchg(atomic_t *v, int n) in atomic_xchg() function
|
/arch/m32r/include/asm/ |
D | atomic.h | 220 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/x86/include/asm/ |
D | atomic.h | 179 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/sparc/lib/ |
D | atomic32.c | 64 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/avr32/include/asm/ |
D | atomic.h | 181 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/alpha/include/asm/ |
D | atomic.h | 135 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/frv/include/asm/ |
D | atomic.h | 165 #define atomic_xchg(v, new) (xchg(&(v)->counter, new)) macro
|
/arch/parisc/include/asm/ |
D | atomic.h | 75 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/powerpc/include/asm/ |
D | atomic.h | 159 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/ia64/include/asm/ |
D | atomic.h | 135 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/mips/include/asm/ |
D | atomic.h | 216 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/arch/arm64/include/asm/ |
D | atomic.h | 82 #define atomic_xchg(v, new) xchg(&((v)->counter), (new)) macro
|
/arch/arm/include/asm/ |
D | atomic.h | 206 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/s390/include/asm/ |
D | atomic.h | 134 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OP() macro
|