Searched defs:atomic64_xchg (Results 1 - 13 of 13) sorted by relevance

/arch/tile/include/asm/
H A Datomic.h163 * atomic64_xchg - atomically exchange contents of memory with a new value
169 static inline long long atomic64_xchg(atomic64_t *v, long long n) function
/arch/sparc/include/asm/
H A Datomic_64.h92 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/x86/include/asm/
H A Datomic64_64.h169 static inline long atomic64_xchg(atomic64_t *v, long new) function
H A Datomic64_32.h80 * atomic64_xchg - xchg atomic64 variable
87 static inline long long atomic64_xchg(atomic64_t *v, long long n) function
/arch/alpha/include/asm/
H A Datomic.h120 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/arm/include/asm/
H A Datomic.h354 static inline long long atomic64_xchg(atomic64_t *ptr, long long new) function
362 __asm__ __volatile__("@ atomic64_xchg\n"
/arch/arm64/include/asm/
H A Datomic.h212 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/frv/include/asm/
H A Datomic.h182 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) macro
/arch/ia64/include/asm/
H A Datomic.h123 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/mips/include/asm/
H A Datomic.h484 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/arch/parisc/include/asm/
H A Datomic.h225 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/powerpc/include/asm/
H A Datomic.h416 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/s390/include/asm/
H A Datomic.h262 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
302 static inline long long atomic64_xchg(atomic64_t *v, long long new) function

Completed in 248 milliseconds