Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/include/asm/
Datomic.h189 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed in ATOMIC_OPS() macro
/kernel/linux/linux-5.10/include/linux/
Datomic-fallback.h1949 #define arch_atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed
1951 #ifndef atomic64_fetch_andnot_relaxed
1955 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot macro
1985 #ifndef atomic64_fetch_andnot_relaxed
1987 atomic64_fetch_andnot_relaxed(s64 i, atomic64_t *v) in atomic64_fetch_andnot_relaxed() function
1991 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed macro
2000 s64 ret = atomic64_fetch_andnot_relaxed(i, v); in atomic64_fetch_andnot_acquire()
2012 return atomic64_fetch_andnot_relaxed(i, v); in atomic64_fetch_andnot_release()
2023 ret = atomic64_fetch_andnot_relaxed(i, v); in atomic64_fetch_andnot()
/kernel/linux/linux-5.10/arch/arm/include/asm/
Datomic.h395 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed in ATOMIC64_OPS() macro
/kernel/linux/linux-5.10/include/asm-generic/
Datomic-instrumented.h1316 atomic64_fetch_andnot_relaxed(s64 i, atomic64_t *v) in atomic64_fetch_andnot_relaxed() function
1321 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed macro
Datomic-long.h323 return atomic64_fetch_andnot_relaxed(i, v); in atomic_long_fetch_andnot_relaxed()