Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Datomic-fallback.h724 #define arch_atomic_fetch_andnot_release atomic_fetch_andnot_release
730 #define atomic_fetch_andnot_release atomic_fetch_andnot macro
752 #ifndef atomic_fetch_andnot_release
754 atomic_fetch_andnot_release(int i, atomic_t *v) in atomic_fetch_andnot_release() function
758 #define atomic_fetch_andnot_release atomic_fetch_andnot_release macro
783 #ifndef atomic_fetch_andnot_release
785 atomic_fetch_andnot_release(int i, atomic_t *v) in atomic_fetch_andnot_release() function
790 #define atomic_fetch_andnot_release atomic_fetch_andnot_release macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h496 atomic_fetch_andnot_release(int i, atomic_t *v) in atomic_fetch_andnot_release() function
501 #define atomic_fetch_andnot_release atomic_fetch_andnot_release macro
Datomic-long.h811 return atomic_fetch_andnot_release(i, v); in atomic_long_fetch_andnot_release()