Home
last modified time | relevance | path

Searched refs:atomic64_fetch_andnot (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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
1956 #endif /* 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
2019 atomic64_fetch_andnot(s64 i, atomic64_t *v) atomic64_fetch_andnot() function
2027 #define atomic64_fetch_andnot global() macro
[all...]
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Datomic.h324 #define atomic64_fetch_andnot atomic64_fetch_andnot
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Datomic.h85 ATOMIC64_FETCH_OPS(atomic64_fetch_andnot)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Datomic.h85 ATOMIC64_FETCH_OPS(atomic64_fetch_andnot)
/kernel/linux/linux-5.10/include/asm-generic/
H A 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
H A Datomic-long.h305 return atomic64_fetch_andnot(i, v); in atomic_long_fetch_andnot()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h2411 * atomic64_fetch_andnot() - atomic bitwise AND NOT with full ordering
2422 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function

Completed in 17 milliseconds