Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Datomic.h408 #define xchg_acquire xchg macro
414 #define xchg_acquire(...) __atomic_op_acquire(xchg, __VA_ARGS__) macro
/linux-4.4.14/arch/arm64/include/asm/
Dcmpxchg.h116 #define xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__) macro