Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arc/include/asm/
Dcmpxchg.h106 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ macro
132 old_val = _xchg(ptr, with); \
139 #define xchg(ptr, with) _xchg(ptr, with)
/kernel/linux/linux-5.10/arch/mips/include/asm/
Datomic.h43 static __always_inline type pfx##_xchg(pfx##_t *v, type n) \
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Datomic.h262 c_t atomic##prefix##_xchg(atomic##prefix##_t *v, c_t n) \