Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Datomic.h427 static inline s64 atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in atomic64_xchg_relaxed() function
445 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-fallback.h2133 #define arch_atomic64_xchg_relaxed atomic64_xchg_relaxed
2135 #ifndef atomic64_xchg_relaxed
2138 #define atomic64_xchg_relaxed atomic64_xchg macro
2145 s64 ret = atomic64_xchg_relaxed(v, i); in atomic64_xchg_acquire()
2157 return atomic64_xchg_relaxed(v, i); in atomic64_xchg_release()
2168 ret = atomic64_xchg_relaxed(v, i); in atomic64_xchg()
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Dasid.c33 asid = atomic64_xchg_relaxed(&active_asid(info, i), 0); in flush_context()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dcontext.c113 asid = atomic64_xchg_relaxed(&per_cpu(active_asids, i), 0); in flush_context()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Datomic.h509 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h1452 atomic64_xchg_relaxed(atomic64_t *v, s64 i) in atomic64_xchg_relaxed() function
1457 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
H A Datomic-long.h407 return atomic64_xchg_relaxed(v, i); in atomic_long_xchg_relaxed()