Searched defs:xchg_relaxed (Results 1 – 2 of 2) sorted by relevance
/arch/arm/include/asm/ | ||
D | cmpxchg.h | 116 #define xchg_relaxed(ptr, x) ({ \ macro |
/arch/arm64/include/asm/ | ||
D | cmpxchg.h | 114 #define xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) macro |