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

/linux-4.4.14/arch/tile/include/asm/
H A Datomic.h169 static inline long long atomic64_xchg(atomic64_t *v, long long n) atomic64_xchg() function
/linux-4.4.14/lib/
H A Datomic64.c143 long long atomic64_xchg(atomic64_t *v, long long new) atomic64_xchg() function
155 EXPORT_SYMBOL(atomic64_xchg); variable
/linux-4.4.14/arch/x86/include/asm/
H A Datomic64_64.h169 static inline long atomic64_xchg(atomic64_t *v, long new) atomic64_xchg() function
H A Datomic64_32.h87 static inline long long atomic64_xchg(atomic64_t *v, long long n) atomic64_xchg() function
/linux-4.4.14/arch/alpha/include/asm/
H A Datomic.h132 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.4.14/arch/sparc/include/asm/
H A Datomic_64.h96 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.4.14/arch/frv/include/asm/
H A Datomic.h167 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Datomic.h423 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.4.14/arch/mips/include/asm/
H A Datomic.h501 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/linux-4.4.14/arch/s390/include/asm/
H A Datomic.h254 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.4.14/arch/parisc/include/asm/
H A Datomic.h232 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Datomic.h139 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.4.14/arch/arm64/include/asm/
H A Datomic.h131 #define atomic64_xchg atomic_xchg macro
/linux-4.4.14/include/linux/
H A Datomic.h328 #define atomic64_xchg(...) \ macro

Completed in 468 milliseconds