Home
last modified time | relevance | path

Searched defs:atomic_cmpxchg_relaxed (Results 1 – 6 of 6) sorted by relevance

/linux-5.10/tools/include/linux/
Datomic.h9 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro
/linux-5.10/arch/arm/include/asm/
Datomic.h106 static inline int atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in atomic_cmpxchg_relaxed() function
126 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
/linux-5.10/arch/riscv/include/asm/
Datomic.h305 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed in ATOMIC_OPS() macro
/linux-5.10/arch/powerpc/include/asm/
Datomic.h186 #define atomic_cmpxchg_relaxed(v, o, n) \ macro
/linux-5.10/include/asm-generic/
Datomic-instrumented.h682 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed() function
687 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
/linux-5.10/include/linux/
Datomic-fallback.h961 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro