Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Dcmpxchg.h92 #define __xchg_wrapper(sfx, ptr, x) \ macro
101 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__)
102 #define arch_xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__)
103 #define arch_xchg_release(...) __xchg_wrapper(_rel, __VA_ARGS__)
104 #define arch_xchg(...) __xchg_wrapper( _mb, __VA_ARGS__)

Completed in 3 milliseconds