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