Home
last modified time | relevance | path

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

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