Searched refs:atomic64_cmpxchg_relaxed (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/arm/include/asm/ |
| D | atomic.h | 406 static inline s64 atomic64_cmpxchg_relaxed(atomic64_t *ptr, s64 old, s64 new) in ATOMIC64_OPS() 427 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed macro
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | asid.h | 67 atomic64_cmpxchg_relaxed(&active_asid(info, cpu), in asid_check_context()
|
| /Linux-v5.4/include/linux/ |
| D | atomic-fallback.h | 1974 #ifndef atomic64_cmpxchg_relaxed 1977 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg macro 1984 s64 ret = atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg_acquire() 1996 return atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg_release() 2007 ret = atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg() 2067 r = atomic64_cmpxchg_relaxed(v, o, new); in atomic64_try_cmpxchg_relaxed()
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | context.c | 210 atomic64_cmpxchg_relaxed(&per_cpu(active_asids, cpu), in check_and_switch_context()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | atomic.h | 488 #define atomic64_cmpxchg_relaxed(v, o, n) \ macro
|
| /Linux-v5.4/include/asm-generic/ |
| D | atomic-instrumented.h | 1491 atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_relaxed() function 1496 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed macro
|
| D | atomic-long.h | 430 return atomic64_cmpxchg_relaxed(v, old, new); in atomic_long_cmpxchg_relaxed()
|