Home
last modified time | relevance | path

Searched refs:atomic64_xchg_acquire (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Datomic-fallback.h2131 #define arch_atomic64_xchg_acquire atomic64_xchg_acquire
2136 #define atomic64_xchg_acquire atomic64_xchg macro
2141 #ifndef atomic64_xchg_acquire
2143 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function
2149 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1432 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function
1437 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
Datomic-long.h395 return atomic64_xchg_acquire(v, i); in atomic_long_xchg_acquire()