Home
last modified time | relevance | path

Searched defs:atomic64_xchg_relaxed (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A 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
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Datomic.h509 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
/kernel/linux/linux-5.10/include/asm-generic/
H A 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
/kernel/linux/linux-5.10/include/linux/
H A Datomic-fallback.h2138 #define atomic64_xchg_relaxed atomic64_xchg macro
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h2736 atomic64_xchg_relaxed(atomic64_t *v, s64 new) in atomic64_xchg_relaxed() function

Completed in 14 milliseconds