Searched defs:arch_cmpxchg_acquire (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dcmpxchg.h114 #define arch_cmpxchg_acquire(ptr, o, n) \ macro
/linux-master/arch/arm64/include/asm/
H A Dcmpxchg.h186 #define arch_cmpxchg_acquire(...) __cmpxchg_wrapper(_acq, __VA_ARGS__) macro
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h247 #define arch_cmpxchg_acquire(ptr, o, n) \ macro
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h725 #define arch_cmpxchg_acquire(ptr, o, n) \ macro

Completed in 133 milliseconds