Your IP : 216.73.217.13


Current Path : /proc/thread-self/root/usr/src/linux-headers-5.4.0-216/scripts/atomic/fallbacks/
Upload File :
Current File : //proc/thread-self/root/usr/src/linux-headers-5.4.0-216/scripts/atomic/fallbacks/release

cat <<EOF
static inline ${ret}
${atomic}_${pfx}${name}${sfx}_release(${params})
{
	__atomic_release_fence();
	${retstmt}${atomic}_${pfx}${name}${sfx}_relaxed(${args});
}
EOF