Home
last modified time | relevance | path

Searched refs:__atomic64_cmpxchg (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/s390/include/asm/
Datomic_ops.h133 static inline long __atomic64_cmpxchg(long *ptr, long old, long new) in __atomic64_cmpxchg() function
Datomic.h129 return __atomic64_cmpxchg(&v->counter, old, new); in atomic64_cmpxchg()