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