Home
last modified time | relevance | path

Searched refs:xchg_acquire (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Datomic.h408 #define xchg_acquire xchg macro
413 #ifndef xchg_acquire
414 #define xchg_acquire(...) __atomic_op_acquire(xchg, __VA_ARGS__) macro
/linux-4.4.14/arch/arm64/include/asm/
Datomic.h80 #define atomic_xchg_acquire(v, new) xchg_acquire(&((v)->counter), (new))
Dcmpxchg.h116 #define xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__) macro