Home
last modified time | relevance | path

Searched refs:atomic64_fetch_andnot_relaxed (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Datomic.h189 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed macro
/kernel/linux/linux-5.10/include/linux/
H A 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
1994 #else /* atomic64_fetch_andnot_relaxed */
2000 s64 ret = atomic64_fetch_andnot_relaxed(i, v); in atomic64_fetch_andnot_acquire()
2012 return atomic64_fetch_andnot_relaxed( in atomic64_fetch_andnot_release()
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Datomic.h395 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot_relaxed macro
/kernel/linux/linux-5.10/include/asm-generic/
H A 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
H A Datomic-long.h323 return atomic64_fetch_andnot_relaxed(i, v); in atomic_long_fetch_andnot_relaxed()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h2467 * atomic64_fetch_andnot_relaxed() - atomic bitwise AND NOT with relaxed ordering
2478 atomic64_fetch_andnot_relaxed(s64 i, atomic64_t *v) in atomic64_fetch_andnot_relaxed() function

Completed in 14 milliseconds