Searched refs:atomic64_fetch_and (Results 1 – 6 of 6) sorted by relevance
1717 #define atomic64_fetch_and_acquire atomic64_fetch_and1718 #define atomic64_fetch_and_release atomic64_fetch_and1719 #define atomic64_fetch_and_relaxed atomic64_fetch_and1743 #ifndef atomic64_fetch_and1745 atomic64_fetch_and(s64 i, atomic64_t *v) in atomic64_fetch_and() function1753 #define atomic64_fetch_and atomic64_fetch_and macro1778 return atomic64_fetch_and(~i, v); in atomic64_fetch_andnot()
191 #define atomic64_fetch_and atomic64_fetch_and macro
89 ATOMIC64_FETCH_OPS(atomic64_fetch_and)
203 #define atomic64_fetch_and(i,v) ia64_atomic64_fetch_and(i,v) macro
1235 atomic64_fetch_and(s64 i, atomic64_t *v) in atomic64_fetch_and() function1240 #define atomic64_fetch_and atomic64_fetch_and macro
274 return atomic64_fetch_and(i, v); in atomic_long_fetch_and()