Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Datomic-fallback.h660 #define atomic_fetch_andnot_release atomic_fetch_andnot macro
682 #ifndef atomic_fetch_andnot_release
684 atomic_fetch_andnot_release(int i, atomic_t *v) in atomic_fetch_andnot_release() function
688 #define atomic_fetch_andnot_release atomic_fetch_andnot_release macro
713 #ifndef atomic_fetch_andnot_release
715 atomic_fetch_andnot_release(int i, atomic_t *v) in atomic_fetch_andnot_release() function
720 #define atomic_fetch_andnot_release atomic_fetch_andnot_release macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h495 atomic_fetch_andnot_release(int i, atomic_t *v) in atomic_fetch_andnot_release() function
500 #define atomic_fetch_andnot_release atomic_fetch_andnot_release macro
Datomic-long.h810 return atomic_fetch_andnot_release(i, v); in atomic_long_fetch_andnot_release()