Home
last modified time | relevance | path

Searched refs:atomic64_fetch_xor (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Datomic-fallback.h2083 #define arch_atomic64_fetch_xor atomic64_fetch_xor
2089 #define atomic64_fetch_xor_acquire atomic64_fetch_xor
2090 #define atomic64_fetch_xor_release atomic64_fetch_xor
2091 #define atomic64_fetch_xor_relaxed atomic64_fetch_xor
2115 #ifndef atomic64_fetch_xor
2117 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function
2125 #define atomic64_fetch_xor atomic64_fetch_xor macro
/include/asm-generic/
Datomic-instrumented.h1382 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function
1387 #define atomic64_fetch_xor atomic64_fetch_xor macro
Datomic-long.h365 return atomic64_fetch_xor(i, v); in atomic_long_fetch_xor()