xref
: /
linux
/
scripts
/
atomic
/
fallbacks
/
cmpxchg
(revision 881f1bb5e25c8982ed963b2d319fc0fc732e55db)
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