/linux-4.1.27/arch/m68k/include/asm/ |
D | atomic.h | 121 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro 138 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/linux-4.1.27/arch/arc/include/asm/ |
D | cmpxchg.h | 159 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/sh/include/asm/ |
D | atomic.h | 38 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/metag/include/asm/ |
D | atomic_lnkget.h | 140 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
D | atomic_lock1.h | 112 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | atomic.h | 58 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | atomic.h | 123 static inline int atomic_xchg(atomic_t *v, int n) in atomic_xchg() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | atomic.h | 127 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | atomic.h | 227 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/linux-4.1.27/arch/sparc/lib/ |
D | atomic32.c | 48 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | atomic.h | 180 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | atomic.h | 216 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/include/asm-generic/ |
D | atomic.h | 175 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | atomic.h | 169 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | atomic_64.h | 73 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | atomic.h | 123 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | atomic.h | 180 #define atomic_xchg(v, new) (xchg(&(v)->counter, new)) macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | atomic.h | 114 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | atomic.h | 119 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | atomic.h | 75 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | atomic.h | 155 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | atomic.h | 212 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | atomic.h | 201 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/s390/include/asm/ |
D | atomic.h | 131 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|