Searched refs:cmpxchg64_local (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/asm-generic/ |
D | cmpxchg.h | 102 #ifndef cmpxchg64_local 103 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) macro 107 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n))
|
D | atomic-instrumented.h | 446 #define cmpxchg64_local(ptr, old, new) \ macro
|