Searched refs:atomic64_xchg_relaxed (Results 1 – 5 of 5) sorted by relevance
433 static inline long long atomic64_xchg_relaxed(atomic64_t *ptr, long long new) in atomic64_xchg_relaxed() function451 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
150 #define atomic64_xchg_relaxed atomic_xchg_relaxed macro
100 asid = atomic64_xchg_relaxed(&per_cpu(active_asids, i), 0); in flush_context()
1081 #ifndef atomic64_xchg_relaxed1082 #define atomic64_xchg_relaxed atomic64_xchg macro
494 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro