Home
last modified time | relevance | path

Searched refs:atomic_fetch_andnot_release (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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
[all...]
/kernel/linux/linux-5.10/include/asm-generic/
H A 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
H A Datomic-long.h811 return atomic_fetch_andnot_release(i, v); in atomic_long_fetch_andnot_release()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h884 * atomic_fetch_andnot_release() - atomic bitwise AND NOT with release ordering
895 atomic_fetch_andnot_release(int i, atomic_t *v) in atomic_fetch_andnot_release() function

Completed in 12 milliseconds