Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Datomic-fallback.h1767 #ifndef atomic64_fetch_andnot_relaxed
1771 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot macro
1801 #ifndef atomic64_fetch_andnot_relaxed
1803 atomic64_fetch_andnot_relaxed(s64 i, atomic64_t *v) in atomic64_fetch_andnot_relaxed() function
1807 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed macro
1816 s64 ret = atomic64_fetch_andnot_relaxed(i, v); in atomic64_fetch_andnot_acquire()
1828 return atomic64_fetch_andnot_relaxed(i, v); in atomic64_fetch_andnot_release()
1839 ret = atomic64_fetch_andnot_relaxed(i, v); in atomic64_fetch_andnot()
/Linux-v5.4/arch/alpha/include/asm/
Datomic.h190 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed in ATOMIC_OPS() macro
/Linux-v5.4/arch/arm/include/asm/
Datomic.h397 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed in ATOMIC64_OPS() macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1315 atomic64_fetch_andnot_relaxed(s64 i, atomic64_t *v) in atomic64_fetch_andnot_relaxed() function
1320 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed macro
Datomic-long.h322 return atomic64_fetch_andnot_relaxed(i, v); in atomic_long_fetch_andnot_relaxed()