Home
last modified time | relevance | path

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

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