Searched defs:atomic64_cmpxchg (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
H A Datomic.h183 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, atomic64_cmpxchg() function
/linux-4.4.14/lib/
H A Datomic64.c128 long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) atomic64_cmpxchg() function
141 EXPORT_SYMBOL(atomic64_cmpxchg); variable
/linux-4.4.14/arch/x86/include/asm/
H A Datomic64_64.h164 static inline long atomic64_cmpxchg(atomic64_t *v, long old, long new) atomic64_cmpxchg() function
H A Datomic64_32.h74 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) atomic64_cmpxchg() function
/linux-4.4.14/arch/alpha/include/asm/
H A Datomic.h131 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
/linux-4.4.14/arch/sparc/include/asm/
H A Datomic_64.h94 #define atomic64_cmpxchg(v, o, n) \ macro
/linux-4.4.14/arch/frv/include/asm/
H A Datomic.h166 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter)) macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Datomic.h422 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.4.14/arch/mips/include/asm/
H A Datomic.h499 #define atomic64_cmpxchg(v, o, n) \ macro
/linux-4.4.14/arch/s390/include/asm/
H A Datomic.h256 static inline long long atomic64_cmpxchg(atomic64_t *v, atomic64_cmpxchg() function
/linux-4.4.14/arch/parisc/include/asm/
H A Datomic.h230 #define atomic64_cmpxchg(v, o, n) \ macro
/linux-4.4.14/arch/ia64/include/asm/
H A Datomic.h137 #define atomic64_cmpxchg(v, old, new) \ macro
/linux-4.4.14/arch/arm64/include/asm/
H A Datomic.h136 #define atomic64_cmpxchg atomic_cmpxchg macro
/linux-4.4.14/include/linux/
H A Datomic.h352 #define atomic64_cmpxchg(...) \ macro

Completed in 423 milliseconds