Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/include/asm/
Dcmpxchg.h101 #define arch_xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__) macro
/linux-6.6.21/arch/riscv/include/asm/
Dcmpxchg.h75 #define arch_xchg_acquire(ptr, x) \ macro