xref
: /
linux
/
scripts
/
atomic
/
fallbacks
/
add_unless
(revision d29e112ab8d4fea3bf82c7b023c6e65ed2c0e5eb)
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