Searched refs:__cmpxchg_acquire (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/csky/include/asm/ |
H A D | cmpxchg.h | 86 #define __cmpxchg_acquire(ptr, old, new, size) \ macro 115 (__cmpxchg_acquire((ptr), (o), (n), sizeof(*(ptr))))
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 210 #define __cmpxchg_acquire(ptr, old, new, size) \ macro 252 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 452 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function 467 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg_acquire"); in __cmpxchg_acquire() 500 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 210 #define __cmpxchg_acquire(ptr, old, new, size) \ macro 252 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
|
H A D | atomic.h | 276 return __cmpxchg_acquire(&(v->counter), o, n, size); \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 681 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function 696 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg_acquire"); in __cmpxchg_acquire() 729 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
|
Completed in 4 milliseconds