Searched refs:arch_xchg_acquire (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dcmpxchg.h101 #define arch_xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__) macro
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h74 #define arch_xchg_acquire(ptr, x) \ macro
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h21 #if defined(arch_xchg_acquire)
22 #define raw_xchg_acquire arch_xchg_acquire

Completed in 163 milliseconds