Home
last modified time | relevance | path

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

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