Searched defs:atomic64_xchg_relaxed (Results 1 – 2 of 2) sorted by relevance
429 static inline s64 atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in atomic64_xchg_relaxed() function447 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
494 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro