/arch/sh/include/asm/ |
D | atomic.h | 34 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/h8300/include/asm/ |
D | atomic.h | 70 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/m68k/include/asm/ |
D | atomic.h | 163 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro 168 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/hexagon/include/asm/ |
D | atomic.h | 64 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/xtensa/include/asm/ |
D | atomic.h | 260 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/sparc/include/asm/ |
D | atomic_64.h | 52 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() macro
|
/arch/arc/include/asm/ |
D | cmpxchg.h | 78 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/sparc/lib/ |
D | atomic32.c | 83 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/parisc/include/asm/ |
D | atomic.h | 77 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/alpha/include/asm/ |
D | atomic.h | 204 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() macro
|
/arch/ia64/include/asm/ |
D | atomic.h | 210 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
/arch/riscv/include/asm/ |
D | atomic.h | 308 #define atomic_cmpxchg atomic_cmpxchg in ATOMIC_OPS() macro
|
/arch/arm/include/asm/ |
D | atomic.h | 200 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
/arch/powerpc/include/asm/ |
D | atomic.h | 185 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|