Home
last modified time | relevance | path

Searched refs:cmpxchg_local (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/asm-generic/
Dcmpxchg.h95 #ifndef cmpxchg_local
96 #define cmpxchg_local(ptr, o, n) ({ \ macro
106 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n))
Datomic-instrumented.h432 #define cmpxchg_local(ptr, old, new) \ macro