Searched refs:cmpxchg_local (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/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-v5.15/arch/parisc/include/asm/ |
| D | cmpxchg.h | 116 cmpxchg_local((ptr), (o), (n)); \
|
| /Linux-v5.15/arch/ia64/include/uapi/asm/ |
| D | cmpxchg.h | 136 #define cmpxchg_local cmpxchg macro
|
| /Linux-v5.15/arch/x86/include/asm/ |
| D | local.h | 124 (cmpxchg_local(&((l)->a.counter), (o), (n)))
|
| /Linux-v5.15/arch/mips/include/asm/ |
| D | local.h | 129 ((long)cmpxchg_local(&((l)->a.counter), (o), (n)))
|
| /Linux-v5.15/include/linux/atomic/ |
| D | atomic-instrumented.h | 1878 #define cmpxchg_local(ptr, ...) \ macro
|