Home
last modified time | relevance | path

Searched defs:atomic64_xchg_relaxed (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/arm/include/asm/
Datomic.h429 static inline s64 atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in atomic64_xchg_relaxed() function
447 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/Linux-v5.4/arch/powerpc/include/asm/
Datomic.h494 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1451 atomic64_xchg_relaxed(atomic64_t *v, s64 i) in atomic64_xchg_relaxed() function
1456 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/Linux-v5.4/include/linux/
Datomic-fallback.h1935 #define atomic64_xchg_relaxed atomic64_xchg macro