Lines Matching refs:__ret
77 __typeof__(*(ptr)) __ret; \
78 __ret = (__typeof__(*(ptr))) \
80 __ret; \
215 __typeof__(*(ptr)) __ret; \
216 __ret = (__typeof__(*(ptr))) \
219 __ret; \
224 __typeof__(*(ptr)) __ret; \
225 __ret = (__typeof__(*(ptr))) \
228 __ret; \
233 int __ret;\
234 __ret = __cmpxchg_double_mb((ptr1), (ptr2), (unsigned long)(o1), \
237 __ret; \
242 int __ret;\
243 __ret = __cmpxchg_double((ptr1), (ptr2), (unsigned long)(o1), \
246 __ret; \
251 typeof(*raw_cpu_ptr(&(pcp))) __ret; \
253 __ret = cmpxchg_local(raw_cpu_ptr(&(pcp)), o, n); \
255 __ret; \
265 int __ret; \
267 __ret = cmpxchg_double_local( raw_cpu_ptr(&(ptr1)), \
271 __ret; \