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