Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dcmpxchg.h159 #define cmpxchg_acquire(...) __cmpxchg_wrapper(_acq, __VA_ARGS__) macro
166 #define cmpxchg64_acquire cmpxchg_acquire
Datomic.h87 cmpxchg_acquire(&((v)->counter), (old), (new))