Searched refs:__cmpxchg64 (Results 1 – 3 of 3) sorted by relevance
40 ((__typeof__(*(ptr)))__cmpxchg64((ptr), (unsigned long long)(o), \47 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() function
244 static inline unsigned long long __cmpxchg64(unsigned long long *ptr, in __cmpxchg64() function270 (__typeof__(*(ptr)))__cmpxchg64((ptr), \
229 static inline unsigned long __cmpxchg64(volatile void *ptr, in __cmpxchg64() function313 __res = __cmpxchg64((ptr), __old, __new); \