Home
last modified time | relevance | path

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

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