Searched defs:with (Results 1 – 2 of 2) sorted by relevance
/arch/arc/include/asm/ |
D | cmpxchg.h | 134 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ argument 154 #define xchg(ptr, with) \ argument 167 #define xchg(ptr, with) _xchg(ptr, with) argument 201 #define xchg(ptr, with) ({ \ argument
|
/arch/openrisc/include/asm/ |
D | cmpxchg.h | 150 static inline unsigned long __xchg(volatile void *ptr, unsigned long with, in __xchg() 164 #define xchg(ptr, with) \ argument
|