xref
: /
linux
/
scripts
/
atomic
/
fallbacks
/
cmpxchg
(revision 6c329558c1c68c56d35e451b3e7950dbe11a8ee5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
cat <<EOF
2
return raw_cmpxchg${order}(&v->counter, old, new);
3
EOF
4