Searched defs:atomic_fetch_xor (Results 1 – 6 of 6) sorted by relevance
92 #define atomic_fetch_xor atomic_fetch_xor in ATOMIC_OP_RETURN() macro
86 #define atomic_fetch_xor atomic_fetch_xor macro
189 #define atomic_fetch_xor atomic_fetch_xor macro
120 #define atomic_fetch_xor(i,v) ia64_atomic_fetch_xor(i,v) macro
363 static __always_inline int atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function
417 #define atomic_fetch_xor(...) \ macro