Sign in
android-kvm
/
linux
/
65f0d2414b7079556fbbcc070b3d1c9f9587606d
/
.
/
scripts
/
atomic
/
fallbacks
/
inc
blob: 15ec62946e8ce52f77ea91d36a55ffe0cbec403a [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline $
{
ret
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
inc$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
add$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF