Searched defs:atomic_xchg (Results 1 – 14 of 14) sorted by relevance
/arch/sh/include/asm/ |
D | atomic.h | 33 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/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 | 164 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro 181 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/hexagon/include/asm/ |
D | atomic.h | 44 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/arch/xtensa/include/asm/ |
D | atomic.h | 261 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/arc/include/asm/ |
D | cmpxchg.h | 156 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/s390/include/asm/ |
D | atomic.h | 80 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/sparc/lib/ |
D | atomic32.c | 70 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/parisc/include/asm/ |
D | atomic.h | 78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/alpha/include/asm/ |
D | atomic.h | 205 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/ia64/include/asm/ |
D | atomic.h | 211 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/riscv/include/asm/ |
D | atomic.h | 304 #define atomic_xchg atomic_xchg in ATOMIC_OPS() macro
|
/arch/arm/include/asm/ |
D | atomic.h | 243 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/powerpc/include/asm/ |
D | atomic.h | 191 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|