Searched refs:__generic_cmpxchg_local (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dcmpxchg_32.h76 ((__typeof__(*(ptr)))__generic_cmpxchg_local((ptr), (unsigned long)(o),\
H A Dcmpxchg_64.h192 return __generic_cmpxchg_local(ptr, old, new, size);
/linux-master/arch/sh/include/asm/
H A Dcmpxchg.h77 (__typeof__(*ptr))__generic_cmpxchg_local((ptr), \
/linux-master/include/asm-generic/
H A Dcmpxchg-local.h15 static inline unsigned long __generic_cmpxchg_local(volatile void *ptr, function
H A Dcmpxchg.h92 ((__typeof__(*(ptr)))__generic_cmpxchg_local((ptr), (unsigned long)(o), \
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h100 return __generic_cmpxchg_local(ptr, old, new, size);
111 ((__typeof__(*(ptr)))__generic_cmpxchg_local((ptr), (unsigned long)(o),\
/linux-master/arch/arm/include/asm/
H A Dcmpxchg.h139 (__typeof(*ptr))__generic_cmpxchg_local((ptr), \
228 ret = __generic_cmpxchg_local(ptr, old, new, size);
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h101 return __generic_cmpxchg_local(ptr, old, new_, size);

Completed in 206 milliseconds