Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h187 #define arch_cmpxchg_release(...) __cmpxchg_wrapper(_rel, __VA_ARGS__) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h294 #define arch_cmpxchg_release(ptr, o, n) \ macro