Home
last modified time | relevance | path

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

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