Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Datomic.h150 arch_xchg_release(&((v)->counter), (new))
A Dcmpxchg.h103 #define arch_xchg_release(...) __xchg_wrapper(_rel, __VA_ARGS__) macro
/linux/arch/riscv/include/asm/
A Dcmpxchg.h110 #define arch_xchg_release(ptr, x) \ macro
/linux/include/linux/atomic/
A Datomic-arch-fallback.h13 #define arch_xchg_release arch_xchg macro
22 #ifndef arch_xchg_release
23 #define arch_xchg_release(...) \ macro
A Datomic-instrumented.h1776 arch_xchg_release(__ai_ptr, __VA_ARGS__); \

Completed in 16 milliseconds