Searched refs:__xchg_relaxed (Results 1 – 3 of 3) sorted by relevance
22 #define __xchg_relaxed(ptr, new, size) \ macro51 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
254 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), \