Searched refs:atomic64_fetch_and (Results 1 – 6 of 6) sorted by relevance
1888 #define arch_atomic64_fetch_and atomic64_fetch_and1894 #define atomic64_fetch_and_acquire atomic64_fetch_and1895 #define atomic64_fetch_and_release atomic64_fetch_and1896 #define atomic64_fetch_and_relaxed atomic64_fetch_and1920 #ifndef atomic64_fetch_and1922 atomic64_fetch_and(s64 i, atomic64_t *v) in atomic64_fetch_and() function1930 #define atomic64_fetch_and atomic64_fetch_and macro1962 return atomic64_fetch_and(~i, v); in atomic64_fetch_andnot()
189 #define atomic64_fetch_and atomic64_fetch_and macro
89 ATOMIC64_FETCH_OPS(atomic64_fetch_and)
202 #define atomic64_fetch_and(i,v) ia64_atomic64_fetch_and(i,v) macro
1236 atomic64_fetch_and(s64 i, atomic64_t *v) in atomic64_fetch_and() function1241 #define atomic64_fetch_and atomic64_fetch_and macro
275 return atomic64_fetch_and(i, v); in atomic_long_fetch_and()