Searched refs:arch_atomic_fetch_xor (Results 1 – 5 of 5) sorted by relevance
256 static __always_inline int arch_atomic_fetch_xor(int i, atomic_t *v) in arch_atomic_fetch_xor() function264 #define arch_atomic_fetch_xor arch_atomic_fetch_xor macro
143 #define arch_atomic_fetch_xor arch_atomic_fetch_xor macro
783 #define arch_atomic_fetch_xor_acquire arch_atomic_fetch_xor784 #define arch_atomic_fetch_xor_release arch_atomic_fetch_xor785 #define arch_atomic_fetch_xor_relaxed arch_atomic_fetch_xor809 #ifndef arch_atomic_fetch_xor811 arch_atomic_fetch_xor(int i, atomic_t *v) in arch_atomic_fetch_xor() function819 #define arch_atomic_fetch_xor arch_atomic_fetch_xor macro
859 #define arch_atomic_fetch_xor atomic_fetch_xor macro
570 #if !defined(arch_atomic_fetch_xor_relaxed) || defined(arch_atomic_fetch_xor)575 return arch_atomic_fetch_xor(i, v); in atomic_fetch_xor()