Searched refs:atomic_fetch_xor (Results 1 – 10 of 10) sorted by relevance
25 int atomic_fetch_xor(int, atomic_t *);42 #define atomic_xor(i, v) ((void)atomic_fetch_xor((i), (v)))
92 #define atomic_fetch_xor atomic_fetch_xor in ATOMIC_OP_RETURN() macro
196 #define atomic_fetch_xor atomic_fetch_xor macro
859 #define arch_atomic_fetch_xor atomic_fetch_xor865 #define atomic_fetch_xor_acquire atomic_fetch_xor866 #define atomic_fetch_xor_release atomic_fetch_xor867 #define atomic_fetch_xor_relaxed atomic_fetch_xor891 #ifndef atomic_fetch_xor893 atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function901 #define atomic_fetch_xor atomic_fetch_xor macro
137 #ifndef atomic_fetch_xor
572 atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function577 #define atomic_fetch_xor atomic_fetch_xor macro
859 return atomic_fetch_xor(i, v); in atomic_long_fetch_xor()
183 #define atomic_fetch_xor atomic_fetch_xor macro
48 ATOMIC_FETCH_OPS(atomic_fetch_xor)
119 #define atomic_fetch_xor(i,v) ia64_atomic_fetch_xor(i,v) macro