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