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

/linux-master/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);
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h106 * cmpxchg_local and cmpxchg64_local are atomic wrt current CPU. Always make
116 cmpxchg_local((ptr), (o), (n)); \
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h61 return cmpxchg_local(&l->a.counter, old, new);
H A Dpercpu.h165 __ret = cmpxchg_local(raw_cpu_ptr(&(pcp)), o, n); \
/linux-master/arch/x86/include/asm/
H A Dlocal.h125 return cmpxchg_local(&l->a.counter, old, new);
/linux-master/arch/mips/include/asm/
H A Dlocal.h99 return cmpxchg_local(&l->a.counter, old, new);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4987 #define cmpxchg_local(ptr, ...) \ macro

Completed in 330 milliseconds