Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/include/asm/
Dcmpxchg.h102 #define arch_xchg_release(...) __xchg_wrapper(_rel, __VA_ARGS__) macro
/Linux-v6.6/arch/riscv/include/asm/
Dcmpxchg.h110 #define arch_xchg_release(ptr, x) \ macro