Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Datomic.h1057 #define atomic64_fetch_xor_relaxed atomic64_fetch_xor
1058 #define atomic64_fetch_xor_acquire atomic64_fetch_xor
1059 #define atomic64_fetch_xor_release atomic64_fetch_xor
1065 __atomic_op_acquire(atomic64_fetch_xor, __VA_ARGS__)
1070 __atomic_op_release(atomic64_fetch_xor, __VA_ARGS__)
1073 #ifndef atomic64_fetch_xor
1074 #define atomic64_fetch_xor(...) \ macro
1075 __atomic_op_fence(atomic64_fetch_xor, __VA_ARGS__)
/linux-4.19.296/include/asm-generic/
Datomic-instrumented.h369 static __always_inline s64 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function