Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
trace
/
linux-trace
/
cfb07b07dda2a17feed96c80c5af85937fcd2e9c
/
.
/
scripts
/
atomic
/
fallbacks
/
acquire
blob: 4da0cab3604e2bfda3e52f4033808303342cda4b [
file
] [
log
] [
blame
]
cat
<<
EOF
$
{
ret
}
ret
=
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_relaxed
(
$
{
args
});
__atomic_acquire_fence
();
return
ret
;
EOF