Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec-next
/
4f8b96cd47b06f1e3ec71c1a3216113efe8dbfb5
/
.
/
scripts
/
atomic
/
fallbacks
/
dec
blob: e2e01f0574bbc662e40d3796821341beb9ef6681 [
file
]
cat
<<
EOF
static
__always_inline $
{
ret
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
dec$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
sub
$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF