Searched refs:atomic_fetch_xor (Results 1 – 10 of 10) sorted by relevance
27 int atomic_fetch_xor(int, atomic_t *);44 #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
781 #define atomic_fetch_xor_acquire atomic_fetch_xor782 #define atomic_fetch_xor_release atomic_fetch_xor783 #define atomic_fetch_xor_relaxed atomic_fetch_xor807 #ifndef atomic_fetch_xor809 atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function817 #define atomic_fetch_xor atomic_fetch_xor macro
137 #ifndef atomic_fetch_xor
571 atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function576 #define atomic_fetch_xor atomic_fetch_xor macro
858 return atomic_fetch_xor(i, v); in atomic_long_fetch_xor()
185 #define atomic_fetch_xor atomic_fetch_xor macro
48 ATOMIC_FETCH_OPS(atomic_fetch_xor)
120 #define atomic_fetch_xor(i,v) ia64_atomic_fetch_xor(i,v) macro