Searched refs:cmpxchg_u32 (Results 1 – 1 of 1) sorted by relevance
25 static inline unsigned long cmpxchg_u32(volatile void *ptr, in cmpxchg_u32() function84 load32 = cmpxchg_u32(p, old32, new32); in cmpxchg_small()109 } while (cmpxchg_u32(p, oldv, newv) != oldv); in xchg_small()129 return cmpxchg_u32(ptr, old, new); in __cmpxchg()