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