Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/asm-generic/
Datomic-long.h117 (ATOMIC_LONG_PFX(_xchg)((ATOMIC_LONG_PFX(_t) *)(v), (new)))
/Linux-v4.19/arch/riscv/include/asm/
Datomic.h267 c_t atomic##prefix##_xchg(atomic##prefix##_t *v, c_t n) \