_fetch_            92 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_fetch_##op##_relaxed(c_type i,			\
_fetch_           104 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v)	\
_fetch_           120 arch/riscv/include/asm/atomic.h         return atomic##prefix##_fetch_##op##_relaxed(i, v) c_op I;	\
_fetch_           125 arch/riscv/include/asm/atomic.h         return atomic##prefix##_fetch_##op(i, v) c_op I;		\