/linux-3.3/arch/m68k/include/asm/ |
D | atomic.h | 106 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro 151 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/linux-3.3/arch/sh/include/asm/ |
D | atomic.h | 37 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | atomic_32.h | 24 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
D | atomic_64.h | 71 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | atomic.h | 43 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | atomic.h | 225 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/avr32/include/asm/ |
D | atomic.h | 168 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/h8300/include/asm/ |
D | atomic.h | 105 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/include/asm-generic/ |
D | atomic.h | 135 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | atomic.h | 239 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/cris/include/asm/ |
D | atomic.h | 139 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/x86/include/asm/ |
D | atomic.h | 214 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/linux-3.3/arch/tile/include/asm/ |
D | atomic_32.h | 37 static inline int atomic_xchg(atomic_t *v, int n) in atomic_xchg() function
|
D | atomic_64.h | 44 static inline int atomic_xchg(atomic_t *v, int n) in atomic_xchg() function
|
/linux-3.3/arch/mn10300/include/asm/ |
D | atomic.h | 117 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
|
/linux-3.3/arch/frv/include/asm/ |
D | atomic.h | 240 #define atomic_xchg(v, new) (xchg(&(v)->counter, new)) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | atomic.h | 176 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/ia64/include/asm/ |
D | atomic.h | 87 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | atomic.h | 181 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | atomic.h | 303 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/linux-3.3/arch/s390/include/asm/ |
D | atomic.h | 84 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | atomic.h | 209 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/parisc/include/asm/ |
D | atomic.h | 197 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|