xref
: /
linux
/
scripts
/
atomic
/
fallbacks
/
add_unless
(revision 486021e04b24f8dffe54ec282ce5d4cc3e71133f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
cat << EOF
2
return raw_${atomic}_fetch_add_unless(v, a, u) != u;
3
EOF
4