Searched refs:cmpxchg_local (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/arch/alpha/include/asm/ |
D | cmpxchg.h | 32 cmpxchg_local((ptr), (o), (n)); \
|
D | local.h | 57 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | cmpxchg.h | 116 cmpxchg_local((ptr), (o), (n)); \
|
/Linux-v6.6/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 132 #define cmpxchg_local cmpxchg macro
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | local.h | 61 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
|
D | percpu.h | 161 __ret = cmpxchg_local(raw_cpu_ptr(&(pcp)), o, n); \
|
/Linux-v6.6/arch/x86/include/asm/ |
D | local.h | 125 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
|
/Linux-v6.6/arch/mips/include/asm/ |
D | local.h | 99 return cmpxchg_local(&l->a.counter, old, new); in local_cmpxchg()
|
/Linux-v6.6/include/linux/atomic/ |
D | atomic-instrumented.h | 4945 #define cmpxchg_local(ptr, ...) \ macro
|