Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Datomic-fallback.h1946 #define arch_atomic64_fetch_andnot atomic64_fetch_andnot
1952 #ifdef atomic64_fetch_andnot
1953 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot
1954 #define atomic64_fetch_andnot_release atomic64_fetch_andnot
1955 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot
1958 #ifndef atomic64_fetch_andnot
1960 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function
1964 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
2017 #ifndef atomic64_fetch_andnot
2019 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function
[all …]
/kernel/linux/linux-5.10/arch/arc/include/asm/
Datomic.h324 #define atomic64_fetch_andnot atomic64_fetch_andnot
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Datomic.h85 ATOMIC64_FETCH_OPS(atomic64_fetch_andnot)
/kernel/linux/linux-5.10/include/asm-generic/
Datomic-instrumented.h1286 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function
1291 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
Datomic-long.h305 return atomic64_fetch_andnot(i, v); in atomic_long_fetch_andnot()