Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/asm/
H A Dcmpxchg.h32 cmpxchg_local((ptr), (o), (n)); \
H A Dlocal.h57 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h132 #define cmpxchg_local cmpxchg macro
/openbmc/linux/arch/parisc/include/asm/
H A Dcmpxchg.h116 cmpxchg_local((ptr), (o), (n)); \
/openbmc/linux/arch/loongarch/include/asm/
H A Dlocal.h61 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
H A Dpercpu.h166 __ret = cmpxchg_local(raw_cpu_ptr(&(pcp)), o, n); \
/openbmc/linux/arch/x86/include/asm/
H A Dlocal.h125 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
/openbmc/linux/arch/mips/include/asm/
H A Dlocal.h99 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h4945 #define cmpxchg_local(ptr, ...) \ macro