Home
last modified time | relevance | path

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

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