Home
last modified time | relevance | path

Searched refs:__cmpxchg_acquire (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/include/asm/
A Dcmpxchg.h210 #define __cmpxchg_acquire(ptr, old, new, size) \ macro
252 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
A Datomic.h276 return __cmpxchg_acquire(&(v->counter), o, n, size); \
/linux/arch/powerpc/include/asm/
A Dcmpxchg.h452 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function
500 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \

Completed in 5 milliseconds