Home
last modified time | relevance | path

Searched refs:__atomic_cmpxchg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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_cmpxchg()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpreempt.h28 } while (__atomic_cmpxchg(&S390_lowcore.preempt_count, in preempt_count_set()
H A Datomic.h79 return __atomic_cmpxchg(&v->counter, old, new); in arch_atomic_cmpxchg()
H A Datomic_ops.h157 static inline int __atomic_cmpxchg(int *ptr, int old, int new) in __atomic_cmpxchg() function

Completed in 3 milliseconds