Searched refs:cmpxchg_local (Results 1 – 8 of 8) sorted by relevance
/linux/arch/parisc/include/asm/ |
H A D | cmpxchg.h | 114 cmpxchg_local((ptr), (o), (n)); \
|
/linux/arch/loongarch/include/asm/ |
H A D | local.h | 61 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
|
H A D | percpu.h | 123 __ret = cmpxchg_local(raw_cpu_ptr(&(pcp)), o, n); \
|
/linux/arch/alpha/include/asm/ |
H A D | local.h | 57 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
|
H A D | cmpxchg.h | 247 cmpxchg_local((ptr), (o), (n)); \
|
/linux/arch/x86/include/asm/ |
H A D | local.h | 125 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
|
/linux/arch/mips/include/asm/ |
H A D | local.h | 99 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
|
/linux/include/linux/atomic/ |
H A D | atomic-instrumented.h | 4987 #define cmpxchg_local(ptr, ...) \ macro
|