Sign in
android-kvm
/
linux
/
08fb97de03aa2205c6791301bd83a095abc1949c
/
.
/
scripts
/
atomic
/
fallbacks
/
inc
blob: 3c2c3739169e51a514035b968365a35490687937 [
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