Searched refs:atomic64_xchg (Results 1 – 5 of 5) sorted by relevance
1082 #define atomic64_xchg_relaxed atomic64_xchg1083 #define atomic64_xchg_acquire atomic64_xchg1084 #define atomic64_xchg_release atomic64_xchg1090 __atomic_op_acquire(atomic64_xchg, __VA_ARGS__)1095 __atomic_op_release(atomic64_xchg, __VA_ARGS__)1098 #ifndef atomic64_xchg1099 #define atomic64_xchg(...) \ macro1100 __atomic_op_fence(atomic64_xchg, __VA_ARGS__)
167 long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg() function179 EXPORT_SYMBOL(atomic64_xchg);
56 extern long long atomic64_xchg(atomic64_t *v, long long new);
84 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
49 static __always_inline s64 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function