Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/
Datomic.h83 static inline int atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in atomic_cmpxchg_relaxed() function
103 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
/linux-4.4.14/arch/arm64/include/asm/
Datomic.h84 #define atomic_cmpxchg_relaxed(v, old, new) \ macro
/linux-4.4.14/include/linux/
Datomic.h182 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro