Searched refs:__cmpxchg64 (Results 1 – 2 of 2) sorted by relevance
250 static inline unsigned long long __cmpxchg64(unsigned long long *ptr, in __cmpxchg64() function276 (__typeof__(*(ptr)))__cmpxchg64((ptr), \
228 static inline unsigned long __cmpxchg64(volatile void *ptr, in __cmpxchg64() function312 __res = __cmpxchg64((ptr), __old, __new); \