Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Datomic.h400 #define atomic_fetch_xor_relaxed atomic_fetch_xor
401 #define atomic_fetch_xor_acquire atomic_fetch_xor
402 #define atomic_fetch_xor_release atomic_fetch_xor
408 __atomic_op_acquire(atomic_fetch_xor, __VA_ARGS__)
413 __atomic_op_release(atomic_fetch_xor, __VA_ARGS__)
416 #ifndef atomic_fetch_xor
417 #define atomic_fetch_xor(...) \ macro
418 __atomic_op_fence(atomic_fetch_xor, __VA_ARGS__)
/linux-4.19.296/include/asm-generic/
Datomic.h141 #ifndef atomic_fetch_xor
Datomic-instrumented.h363 static __always_inline int atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function