Searched defs:atomic64_cmpxchg (Results 1 – 12 of 12) sorted by relevance
/arch/tile/include/asm/ |
D | atomic.h | 183 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, in atomic64_cmpxchg() function
|
/arch/x86/include/asm/ |
D | atomic64_64.h | 164 static inline long atomic64_cmpxchg(atomic64_t *v, long old, long new) in atomic64_cmpxchg() function
|
D | atomic64_32.h | 73 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg() function
|
/arch/sparc/include/asm/ |
D | atomic_64.h | 98 #define atomic64_cmpxchg(v, o, n) \ macro
|
/arch/alpha/include/asm/ |
D | atomic.h | 131 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() macro
|
/arch/frv/include/asm/ |
D | atomic.h | 166 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter)) macro
|
/arch/parisc/include/asm/ |
D | atomic.h | 232 #define atomic64_cmpxchg(v, o, n) \ macro
|
/arch/powerpc/include/asm/ |
D | atomic.h | 422 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/arch/ia64/include/asm/ |
D | atomic.h | 137 #define atomic64_cmpxchg(v, old, new) \ macro
|
/arch/mips/include/asm/ |
D | atomic.h | 499 #define atomic64_cmpxchg(v, o, n) \ macro
|
/arch/arm64/include/asm/ |
D | atomic.h | 136 #define atomic64_cmpxchg atomic_cmpxchg macro
|
/arch/s390/include/asm/ |
D | atomic.h | 256 static inline long long atomic64_cmpxchg(atomic64_t *v, in atomic64_cmpxchg() function
|