Searched refs:xchg_acquire (Results 1 – 2 of 2) sorted by relevance
/arch/arm64/include/asm/ | ||
D | atomic.h | 80 #define atomic_xchg_acquire(v, new) xchg_acquire(&((v)->counter), (new)) |
D | cmpxchg.h | 115 #define xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__) macro |