tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
scripts
/
atomic
/
fallbacks
/
add_negative
at
v6.10-rc4
3 lines
66 B
view raw
wrap content
1
cat <<EOF
2
return raw_${atomic}_add_return${order}(i, v) < 0;
3
EOF