Home
last modified time | relevance | path

Searched refs:atomic64_fetch_andnot (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Datomic-fallback.h1768 #ifdef atomic64_fetch_andnot
1769 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot
1770 #define atomic64_fetch_andnot_release atomic64_fetch_andnot
1771 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot
1774 #ifndef atomic64_fetch_andnot
1776 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function
1780 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
1833 #ifndef atomic64_fetch_andnot
1835 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function
1843 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
/Linux-v5.4/arch/arc/include/asm/
Datomic.h430 #define atomic64_fetch_andnot atomic64_fetch_andnot
/Linux-v5.4/arch/arm64/include/asm/
Datomic.h85 ATOMIC64_FETCH_OPS(atomic64_fetch_andnot)
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1285 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function
1290 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
Datomic-long.h304 return atomic64_fetch_andnot(i, v); in atomic_long_fetch_andnot()