Home
last modified time | relevance | path

Searched refs:atomic_fetch_xor (Results 1 – 4 of 4) sorted by relevance

/include/asm-generic/
Datomic.h137 #ifndef atomic_fetch_xor
Datomic-instrumented.h571 atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function
576 #define atomic_fetch_xor atomic_fetch_xor macro
Datomic-long.h858 return atomic_fetch_xor(i, v); in atomic_long_fetch_xor()
/include/linux/
Datomic-fallback.h781 #define atomic_fetch_xor_acquire atomic_fetch_xor
782 #define atomic_fetch_xor_release atomic_fetch_xor
783 #define atomic_fetch_xor_relaxed atomic_fetch_xor
807 #ifndef atomic_fetch_xor
809 atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function
817 #define atomic_fetch_xor atomic_fetch_xor macro