Searched refs:atomic64_fetch_and (Results 1 – 6 of 6) sorted by relevance
998 #define atomic64_fetch_and_relaxed atomic64_fetch_and999 #define atomic64_fetch_and_acquire atomic64_fetch_and1000 #define atomic64_fetch_and_release atomic64_fetch_and1006 __atomic_op_acquire(atomic64_fetch_and, __VA_ARGS__)1011 __atomic_op_release(atomic64_fetch_and, __VA_ARGS__)1014 #ifndef atomic64_fetch_and1015 #define atomic64_fetch_and(...) \ macro1016 __atomic_op_fence(atomic64_fetch_and, __VA_ARGS__)1027 #define atomic64_fetch_andnot(i, v) atomic64_fetch_and(~(long long)(i), (v))
133 #define atomic64_fetch_and atomic64_fetch_and macro
323 static inline long atomic64_fetch_and##name(long i, atomic64_t *v) \
195 #define atomic64_fetch_and atomic64_fetch_and macro
203 #define atomic64_fetch_and(i,v) ia64_atomic64_fetch_and(i,v) macro
345 static __always_inline s64 atomic64_fetch_and(s64 i, atomic64_t *v) in atomic64_fetch_and() function