Sign in
android-kvm
/
linux
/
a4e1d0b76e7b32c0839e72679c530445172a2564
/
.
/
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