Searched refs:atomic64_cmpxchg_acquire (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | atomic-fallback.h | 1975 #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/ |
| D | atomic.h | 490 #define atomic64_cmpxchg_acquire(v, o, n) \ macro
|
| /Linux-v5.4/include/asm-generic/ |
| D | atomic-instrumented.h | 1471 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire() function 1476 #define atomic64_cmpxchg_acquire atomic64_cmpxchg_acquire macro
|
| D | atomic-long.h | 418 return atomic64_cmpxchg_acquire(v, old, new); in atomic_long_cmpxchg_acquire()
|