Sign in
linux
/
linux
/
kernel
/
git
/
davem
/
net
/
54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
/
.
/
scripts
/
atomic
/
fallbacks
/
dec
blob: 10bbc82be31d6681e71eb9dfe9fa1d5e0f47ea11 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
inline
$
{
ret
}
$
{
atomic
}
_$
{
pfx
}
dec$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
sub
$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF