Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Datomic.h433 static inline long long atomic64_xchg_relaxed(atomic64_t *ptr, long long new) in atomic64_xchg_relaxed() function
451 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h150 #define atomic64_xchg_relaxed atomic_xchg_relaxed macro
/Linux-v4.19/arch/powerpc/include/asm/
Datomic.h494 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
/Linux-v4.19/include/linux/
Datomic.h1082 #define atomic64_xchg_relaxed atomic64_xchg macro