Searched refs:__xchg_wrapper (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | cmpxchg.h | 92 #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__)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | cmpxchg.h | 91 #define __xchg_wrapper(sfx, ptr, x) \ macro 100 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) 101 #define arch_xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__) 102 #define arch_xchg_release(...) __xchg_wrapper(_rel, __VA_ARGS__) 103 #define arch_xchg(...) __xchg_wrapper( _mb, __VA_ARGS__)
|
Completed in 3 milliseconds