Home
last modified time | relevance | path

Searched refs:__atomic_cmpxchg (Results 1 – 3 of 3) sorted by relevance

/arch/s390/include/asm/
Dpreempt.h28 } while (__atomic_cmpxchg(&S390_lowcore.preempt_count, in preempt_count_set()
Datomic_ops.h123 static inline int __atomic_cmpxchg(int *ptr, int old, int new) in __atomic_cmpxchg() function
Datomic.h82 return __atomic_cmpxchg(&v->counter, old, new); in ATOMIC_OPS()