Home
last modified time | relevance | path

Searched defs:atomic_xchg_acquire (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arm64/include/asm/
Datomic.h89 #define atomic_xchg_acquire(v, new) xchg_acquire(&((v)->counter), (new)) macro
/Linux-v4.19/include/linux/
Datomic.h426 #define atomic_xchg_acquire atomic_xchg macro
432 #define atomic_xchg_acquire(...) \ macro