Home
last modified time | relevance | path

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

/include/linux/
Datomic-fallback.h658 #ifdef atomic_fetch_andnot
659 #define atomic_fetch_andnot_acquire atomic_fetch_andnot
660 #define atomic_fetch_andnot_release atomic_fetch_andnot
661 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot
664 #ifndef atomic_fetch_andnot
666 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function
670 #define atomic_fetch_andnot atomic_fetch_andnot macro
723 #ifndef atomic_fetch_andnot
725 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function
733 #define atomic_fetch_andnot atomic_fetch_andnot macro
/include/asm-generic/
Datomic-instrumented.h475 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function
480 #define atomic_fetch_andnot atomic_fetch_andnot macro
Datomic-long.h798 return atomic_fetch_andnot(i, v); in atomic_long_fetch_andnot()