Home
last modified time | relevance | path

Searched refs:atomic64_xchg_relaxed (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/arch/arm/include/asm/
Datomic.h429 static inline s64 atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in atomic64_xchg_relaxed() function
447 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/Linux-v5.4/arch/csky/mm/
Dasid.c33 asid = atomic64_xchg_relaxed(&active_asid(info, i), 0); in flush_context()
/Linux-v5.4/arch/arm64/mm/
Dcontext.c89 asid = atomic64_xchg_relaxed(&per_cpu(active_asids, i), 0); in flush_context()
/Linux-v5.4/include/linux/
Datomic-fallback.h1932 #ifndef atomic64_xchg_relaxed
1935 #define atomic64_xchg_relaxed atomic64_xchg macro
1942 s64 ret = atomic64_xchg_relaxed(v, i); in atomic64_xchg_acquire()
1954 return atomic64_xchg_relaxed(v, i); in atomic64_xchg_release()
1965 ret = atomic64_xchg_relaxed(v, i); in atomic64_xchg()
/Linux-v5.4/arch/powerpc/include/asm/
Datomic.h494 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1451 atomic64_xchg_relaxed(atomic64_t *v, s64 i) in atomic64_xchg_relaxed() function
1456 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
Datomic-long.h406 return atomic64_xchg_relaxed(v, i); in atomic_long_xchg_relaxed()