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