Sign in
android-kvm
/
linux
/
11d2498f1568a0f923dc8ef7621de15a9e89267f
/
.
/
scripts
/
atomic
/
fallbacks
/
dec
blob: e2e01f0574bbc662e40d3796821341beb9ef6681 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline $
{
ret
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
dec$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
sub
$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF