Home
last modified time | relevance | path

Searched refs:cmpxchg_local (Results 1 – 8 of 8) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dcmpxchg.h114 cmpxchg_local((ptr), (o), (n)); \
/linux/arch/loongarch/include/asm/
H A Dlocal.h61 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
H A Dpercpu.h123 __ret = cmpxchg_local(raw_cpu_ptr(&(pcp)), o, n); \
/linux/arch/alpha/include/asm/
H A Dlocal.h57 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
H A Dcmpxchg.h247 cmpxchg_local((ptr), (o), (n)); \
/linux/arch/x86/include/asm/
H A Dlocal.h125 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
/linux/arch/mips/include/asm/
H A Dlocal.h99 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
/linux/include/linux/atomic/
H A Datomic-instrumented.h4987 #define cmpxchg_local(ptr, ...) \ macro