Searched refs:__generic_cmpxchg_local (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm/include/asm/ |
H A D | cmpxchg.h | 139 (__typeof(*ptr))__generic_cmpxchg_local((ptr), \ 228 ret = __generic_cmpxchg_local(ptr, old, new, size); in __cmpxchg_local()
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | cmpxchg.h | 100 return __generic_cmpxchg_local(ptr, old, new, size); in __cmpxchg_local() 111 ((__typeof__(*(ptr)))__generic_cmpxchg_local((ptr), (unsigned long)(o),\
|
/openbmc/linux/include/asm-generic/ |
H A D | cmpxchg-local.h | 15 static inline unsigned long __generic_cmpxchg_local(volatile void *ptr, in __generic_cmpxchg_local() function
|
H A D | cmpxchg.h | 92 ((__typeof__(*(ptr)))__generic_cmpxchg_local((ptr), (unsigned long)(o), \
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | cmpxchg_32.h | 76 ((__typeof__(*(ptr)))__generic_cmpxchg_local((ptr), (unsigned long)(o),\
|
H A D | cmpxchg_64.h | 192 return __generic_cmpxchg_local(ptr, old, new, size); in __cmpxchg_local()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | cmpxchg.h | 101 return __generic_cmpxchg_local(ptr, old, new_, size); in __cmpxchg_local()
|