Searched refs:atomic64_fetch_xor (Results 1 – 6 of 6) sorted by relevance
1891 #define atomic64_fetch_xor_acquire atomic64_fetch_xor1892 #define atomic64_fetch_xor_release atomic64_fetch_xor1893 #define atomic64_fetch_xor_relaxed atomic64_fetch_xor1917 #ifndef atomic64_fetch_xor1919 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function1927 #define atomic64_fetch_xor atomic64_fetch_xor macro
193 #define atomic64_fetch_xor atomic64_fetch_xor macro
87 ATOMIC64_FETCH_OPS(atomic64_fetch_xor)
205 #define atomic64_fetch_xor(i,v) ia64_atomic64_fetch_xor(i,v) macro
1381 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function1386 #define atomic64_fetch_xor atomic64_fetch_xor macro
364 return atomic64_fetch_xor(i, v); in atomic_long_fetch_xor()