Home
last modified time | relevance | path

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

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