Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
76e4fed847124690f7344a43d01dbcd7b2925353
/
.
/
scripts
/
atomic
/
fallbacks
/
cmpxchg
blob: 1c8507f62e0493221a010400089c061e9eb9c849 [
file
] [
log
] [
blame
]
cat
<<
EOF
return
raw_cmpxchg$
{
order
}(&
v
->
counter
,
old
,
new
);
EOF