Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dcmpxchg.h102 #define arch_xchg_release(...) __xchg_wrapper(_rel, __VA_ARGS__) macro
/linux/arch/riscv/include/asm/
H A Dcmpxchg.h86 #define arch_xchg_release(ptr, x) \ macro