Sign in
android
/
kernel
/
common
/
765dcd209947e7b3666c08fb109ab8b879f7a471
/
.
/
scripts
/
atomic
/
fallbacks
/
inc
blob: 10751cd62829d66ff85378cf84c7eac010df7401 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline $
{
ret
}
$
{
atomic
}
_$
{
pfx
}
inc$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
add$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF