Home
last modified time | relevance | path

Searched refs:_xchg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/arc/include/asm/
Dcmpxchg.h134 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ macro
160 old_val = _xchg(ptr, with); \
167 #define xchg(ptr, with) _xchg(ptr, with)
/Linux-v5.4/arch/riscv/include/asm/
Datomic.h264 c_t atomic##prefix##_xchg(atomic##prefix##_t *v, c_t n) \