Searched refs:arch_atomic64_fetch_xor (Results 1 – 6 of 6) sorted by relevance
244 static inline s64 arch_atomic64_fetch_xor(s64 i, atomic64_t *v) in arch_atomic64_fetch_xor() function252 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
318 static inline s64 arch_atomic64_fetch_xor(s64 i, atomic64_t *v) in arch_atomic64_fetch_xor() function327 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
210 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
1890 #define arch_atomic64_fetch_xor_acquire arch_atomic64_fetch_xor1891 #define arch_atomic64_fetch_xor_release arch_atomic64_fetch_xor1892 #define arch_atomic64_fetch_xor_relaxed arch_atomic64_fetch_xor1916 #ifndef arch_atomic64_fetch_xor1918 arch_atomic64_fetch_xor(s64 i, atomic64_t *v) in arch_atomic64_fetch_xor() function1926 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
2083 #define arch_atomic64_fetch_xor atomic64_fetch_xor macro
1380 #if !defined(arch_atomic64_fetch_xor_relaxed) || defined(arch_atomic64_fetch_xor)1385 return arch_atomic64_fetch_xor(i, v); in atomic64_fetch_xor()