Searched refs:__xchg_relaxed (Results 1 – 3 of 3) sorted by relevance
14 #define __xchg_relaxed(ptr, new, size) \ macro43 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
249 return __xchg_relaxed(&(v->counter), n, size); \
171 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) in __xchg_relaxed() function198 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \