Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
device-mapper
/
linux-dm.git
/
a2887b9b8d1db7be971e5951e08ffe8563ea412f
/
.
/
scripts
/
atomic
/
fallbacks
/
acquire
blob: ef764085c79aa290ec537ce3771abfef6761c309 [
file
]
cat
<<
EOF
static
__always_inline $
{
ret
}
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_acquire
(
$
{
params
})
{
$
{
ret
}
ret
=
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_relaxed
(
$
{
args
});
__atomic_acquire_fence
();
return
ret
;
}
EOF