Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/linux/
Datomic.h9 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro
/Linux-v4.19/arch/arm/include/asm/
Datomic.h111 static inline int atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in atomic_cmpxchg_relaxed() function
131 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h93 #define atomic_cmpxchg_relaxed(v, old, new) \ macro
/Linux-v4.19/arch/powerpc/include/asm/
Datomic.h196 #define atomic_cmpxchg_relaxed(v, o, n) \ macro
/Linux-v4.19/include/linux/
Datomic.h449 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro