Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
tj
/
misc
/
3b2deb0e46da9798b694cf50bd8bea1b26dcc789
/
.
/
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