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

/linux-master/arch/arm64/include/asm/
H A Dcmpxchg.h102 #define arch_xchg_release(...) __xchg_wrapper(_rel, __VA_ARGS__) macro
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h109 #define arch_xchg_release(ptr, x) \ macro
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h33 #if defined(arch_xchg_release)
34 #define raw_xchg_release arch_xchg_release

Completed in 158 milliseconds