Searched refs:atomic64_fetch_xor (Results 1 – 3 of 3) sorted by relevance
2083 #define arch_atomic64_fetch_xor atomic64_fetch_xor2089 #define atomic64_fetch_xor_acquire atomic64_fetch_xor2090 #define atomic64_fetch_xor_release atomic64_fetch_xor2091 #define atomic64_fetch_xor_relaxed atomic64_fetch_xor2115 #ifndef atomic64_fetch_xor2117 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function2125 #define atomic64_fetch_xor atomic64_fetch_xor macro
1382 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function1387 #define atomic64_fetch_xor atomic64_fetch_xor macro
365 return atomic64_fetch_xor(i, v); in atomic_long_fetch_xor()