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), \
251 return __xchg_relaxed(&(v->counter), n, size); \
178 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) in __xchg_relaxed() function205 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \