Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/include/asm/
Datomic.h132 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro
/Linux-v5.15/include/linux/atomic/
Datomic-arch-fallback.h732 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot macro
754 #ifndef arch_atomic_fetch_andnot_release
756 arch_atomic_fetch_andnot_release(int i, atomic_t *v) in arch_atomic_fetch_andnot_release() function
760 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro
785 #ifndef arch_atomic_fetch_andnot_release
787 arch_atomic_fetch_andnot_release(int i, atomic_t *v) in arch_atomic_fetch_andnot_release() function
792 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro
Datomic-long.h811 return arch_atomic_fetch_andnot_release(i, v); in arch_atomic_long_fetch_andnot_release()
Datomic-instrumented.h364 return arch_atomic_fetch_andnot_release(i, v); in atomic_fetch_andnot_release()