Searched refs:atomic_fetch_xor (Results 1 – 3 of 3) sorted by relevance
400 #define atomic_fetch_xor_relaxed atomic_fetch_xor401 #define atomic_fetch_xor_acquire atomic_fetch_xor402 #define atomic_fetch_xor_release atomic_fetch_xor408 __atomic_op_acquire(atomic_fetch_xor, __VA_ARGS__)413 __atomic_op_release(atomic_fetch_xor, __VA_ARGS__)416 #ifndef atomic_fetch_xor417 #define atomic_fetch_xor(...) \ macro418 __atomic_op_fence(atomic_fetch_xor, __VA_ARGS__)
141 #ifndef atomic_fetch_xor
363 static __always_inline int atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function