Home
last modified time | relevance | path

Searched refs:atomic64_cmpxchg_acquire (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Datomic-fallback.h1975 #define atomic64_cmpxchg_acquire atomic64_cmpxchg macro
1980 #ifndef atomic64_cmpxchg_acquire
1982 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire() function
1988 #define atomic64_cmpxchg_acquire atomic64_cmpxchg_acquire macro
2041 r = atomic64_cmpxchg_acquire(v, o, new); in atomic64_try_cmpxchg_acquire()
/Linux-v5.4/arch/powerpc/include/asm/
Datomic.h490 #define atomic64_cmpxchg_acquire(v, o, n) \ macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1471 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire() function
1476 #define atomic64_cmpxchg_acquire atomic64_cmpxchg_acquire macro
Datomic-long.h418 return atomic64_cmpxchg_acquire(v, old, new); in atomic_long_cmpxchg_acquire()