Searched refs:__xchg_relaxed (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/csky/include/asm/ |
| A D | cmpxchg.h | 11 #define __xchg_relaxed(new, ptr, size) \ macro 35 (__xchg_relaxed((x), (ptr), sizeof(*(ptr))))
|
| /linux/arch/riscv/include/asm/ |
| A D | cmpxchg.h | 14 #define __xchg_relaxed(ptr, new, size) \ macro 43 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
|
| A D | atomic.h | 249 return __xchg_relaxed(&(v->counter), n, size); \
|
| /linux/arch/powerpc/include/asm/ |
| A D | cmpxchg.h | 171 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) in __xchg_relaxed() function 198 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
|
Completed in 7 milliseconds