Searched refs:cmpxchg_small (Results 1 – 1 of 1) sorted by relevance
59 static inline u32 cmpxchg_small(volatile void *ptr, u32 old, u32 new, in cmpxchg_small() function127 return cmpxchg_small(ptr, old, new, size); in __cmpxchg()