Home
last modified time | relevance | path

Searched defs:cmpxchg (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/asm-generic/
Dcmpxchg.h106 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) macro
Datomic-instrumented.h418 #define cmpxchg(ptr, old, new) \ macro
/linux-4.19.296/include/linux/
Datomic.h513 #define cmpxchg(...) \ macro