Searched refs:__atomic_cmpxchg (Results 1 – 3 of 3) sorted by relevance
28 } while (__atomic_cmpxchg(&S390_lowcore.preempt_count, in preempt_count_set()
123 static inline int __atomic_cmpxchg(int *ptr, int old, int new) in __atomic_cmpxchg() function
82 return __atomic_cmpxchg(&v->counter, old, new); in ATOMIC_OPS()