Home
last modified time | relevance | path

Searched defs:atomic64_cmpxchg (Results 1 – 12 of 12) sorted by relevance

/arch/tile/include/asm/
Datomic.h183 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, in atomic64_cmpxchg() function
/arch/x86/include/asm/
Datomic64_64.h164 static inline long atomic64_cmpxchg(atomic64_t *v, long old, long new) in atomic64_cmpxchg() function
Datomic64_32.h73 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg() function
/arch/sparc/include/asm/
Datomic_64.h98 #define atomic64_cmpxchg(v, o, n) \ macro
/arch/alpha/include/asm/
Datomic.h131 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() macro
/arch/frv/include/asm/
Datomic.h166 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter)) macro
/arch/parisc/include/asm/
Datomic.h232 #define atomic64_cmpxchg(v, o, n) \ macro
/arch/powerpc/include/asm/
Datomic.h422 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/arch/ia64/include/asm/
Datomic.h137 #define atomic64_cmpxchg(v, old, new) \ macro
/arch/mips/include/asm/
Datomic.h499 #define atomic64_cmpxchg(v, o, n) \ macro
/arch/arm64/include/asm/
Datomic.h136 #define atomic64_cmpxchg atomic_cmpxchg macro
/arch/s390/include/asm/
Datomic.h256 static inline long long atomic64_cmpxchg(atomic64_t *v, in atomic64_cmpxchg() function