Searched refs:arch_atomic_fetch_xor (Results 1 – 3 of 3) sorted by relevance
145 #define arch_atomic_fetch_xor arch_atomic_fetch_xor macro
250 static inline int arch_atomic_fetch_xor(int i, atomic_t *v) in arch_atomic_fetch_xor() function
569 #if !defined(arch_atomic_fetch_xor_relaxed) || defined(arch_atomic_fetch_xor)574 return arch_atomic_fetch_xor(i, v); in atomic_fetch_xor()