Home
last modified time | relevance | path

Searched refs:atomic64_cmpxchg_relaxed (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/arm/include/asm/
Datomic.h410 atomic64_cmpxchg_relaxed(atomic64_t *ptr, long long old, long long new) in ATOMIC64_OPS()
431 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed macro
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h155 #define atomic64_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
/Linux-v4.19/arch/arm64/mm/
Dcontext.c218 atomic64_cmpxchg_relaxed(&per_cpu(active_asids, cpu), in check_and_switch_context()
/Linux-v4.19/include/linux/
Datomic.h1105 #ifndef atomic64_cmpxchg_relaxed
1106 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg macro
/Linux-v4.19/arch/powerpc/include/asm/
Datomic.h488 #define atomic64_cmpxchg_relaxed(v, o, n) \ macro