Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/include/asm/
Datomic.h427 static inline s64 atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in atomic64_xchg_relaxed() function
445 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/Linux-v5.10/arch/powerpc/include/asm/
Datomic.h509 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1452 atomic64_xchg_relaxed(atomic64_t *v, s64 i) in atomic64_xchg_relaxed() function
1457 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/Linux-v5.10/include/linux/
Datomic-fallback.h2138 #define atomic64_xchg_relaxed atomic64_xchg macro