Current File : //proc/353637/task/353637/cwd/usr/src/linux-headers-6.14.0-1012-aws/scripts/atomic/fallbacks/fence
cat <<EOF
	${ret} ret;
	__atomic_pre_full_fence();
	ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
	__atomic_post_full_fence();
	return ret;
EOF