Searched refs:cmpxchg_local (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.1/arch/alpha/include/asm/ |
| D | cmpxchg.h | 32 cmpxchg_local((ptr), (o), (n)); \
|
| D | local.h | 56 (cmpxchg_local(&((l)->a.counter), (o), (n)))
|
| /Linux-v6.1/arch/parisc/include/asm/ |
| D | cmpxchg.h | 116 cmpxchg_local((ptr), (o), (n)); \
|
| /Linux-v6.1/arch/loongarch/include/asm/ |
| D | local.h | 60 ((long)cmpxchg_local(&((l)->a.counter), (o), (n)))
|
| D | percpu.h | 157 __ret = cmpxchg_local(raw_cpu_ptr(&(pcp)), o, n); \
|
| /Linux-v6.1/arch/ia64/include/uapi/asm/ |
| D | cmpxchg.h | 136 #define cmpxchg_local cmpxchg macro
|
| /Linux-v6.1/arch/x86/include/asm/ |
| D | local.h | 124 (cmpxchg_local(&((l)->a.counter), (o), (n)))
|
| /Linux-v6.1/arch/mips/include/asm/ |
| D | local.h | 98 ((long)cmpxchg_local(&((l)->a.counter), (o), (n)))
|
| /Linux-v6.1/include/linux/atomic/ |
| D | atomic-instrumented.h | 2047 #define cmpxchg_local(ptr, ...) \ macro
|