Home
last modified time | relevance | path

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

/Linux-v5.10/arch/sparc/include/asm/
Datomic_64.h61 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.10/lib/
Datomic64.c163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function
/Linux-v5.10/arch/s390/include/asm/
Datomic.h131 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.10/arch/parisc/include/asm/
Datomic.h224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.10/arch/alpha/include/asm/
Datomic.h202 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/Linux-v5.10/arch/ia64/include/asm/
Datomic.h215 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.10/arch/powerpc/include/asm/
Datomic.h508 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1422 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function
1427 #define atomic64_xchg atomic64_xchg macro
/Linux-v5.10/include/linux/
Datomic-fallback.h2164 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function
2172 #define atomic64_xchg atomic64_xchg macro