Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/include/asm/
Datomic_64.h62 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/lib/
Datomic64.c163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function
/Linux-v5.4/arch/s390/include/asm/
Datomic.h125 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/arch/parisc/include/asm/
Datomic.h224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/arch/alpha/include/asm/
Datomic.h203 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/Linux-v5.4/arch/mips/include/asm/
Datomic.h431 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/Linux-v5.4/arch/ia64/include/asm/
Datomic.h216 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/arch/powerpc/include/asm/
Datomic.h493 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1421 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function
1426 #define atomic64_xchg atomic64_xchg macro
/Linux-v5.4/include/linux/
Datomic-fallback.h1961 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function
1969 #define atomic64_xchg atomic64_xchg macro