Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dsync_bitops.h25 #define sync_cmpxchg cmpxchg macro
/Linux-v4.19/arch/arm/include/asm/
Dsync_bitops.h24 #define sync_cmpxchg cmpxchg macro
/Linux-v4.19/include/asm-generic/
Datomic-instrumented.h425 #define sync_cmpxchg(ptr, old, new) \ macro