Searched refs:atomic64_cmpxchg_acquire (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 2178 #define arch_atomic64_cmpxchg_acquire atomic64_cmpxchg_acquire 2183 #define atomic64_cmpxchg_acquire atomic64_cmpxchg macro 2188 #ifndef atomic64_cmpxchg_acquire 2190 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire() function 2196 #define atomic64_cmpxchg_acquire atomic64_cmpxchg_acquire macro 2254 r = atomic64_cmpxchg_acquire(v, o, new); in atomic64_try_cmpxchg_acquire()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | atomic.h | 505 #define atomic64_cmpxchg_acquire(v, o, n) \ macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic-instrumented.h | 1472 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire() function 1477 #define atomic64_cmpxchg_acquire atomic64_cmpxchg_acquire macro
|
| H A D | atomic-long.h | 419 return atomic64_cmpxchg_acquire(v, old, new); in atomic_long_cmpxchg_acquire()
|