Home
last modified time | relevance | path

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

/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
/arch/powerpc/include/asm/
Datomic.h494 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro