Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/arch/ia64/include/uapi/asm/
Dcmpxchg.h132 #define cmpxchg_local cmpxchg macro
/linux-6.6.21/arch/parisc/include/asm/
Dcmpxchg.h116 cmpxchg_local((ptr), (o), (n)); \
/linux-6.6.21/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-6.6.21/arch/x86/include/asm/
Dlocal.h125 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
/linux-6.6.21/arch/mips/include/asm/
Dlocal.h99 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
/linux-6.6.21/include/linux/atomic/
Datomic-instrumented.h4945 #define cmpxchg_local(ptr, ...) \ macro