Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Datomic.h433 static inline long long atomic64_xchg_relaxed(atomic64_t *ptr, long long new) in atomic64_xchg_relaxed() function
451 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h150 #define atomic64_xchg_relaxed atomic_xchg_relaxed macro
/Linux-v4.19/arch/arm64/mm/
Dcontext.c100 asid = atomic64_xchg_relaxed(&per_cpu(active_asids, i), 0); in flush_context()
/Linux-v4.19/include/linux/
Datomic.h1081 #ifndef atomic64_xchg_relaxed
1082 #define atomic64_xchg_relaxed atomic64_xchg macro
/Linux-v4.19/arch/powerpc/include/asm/
Datomic.h494 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro