Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mdf
/
linux-fpga
/
abdfd52a295fb5731ab07b5c9013e2e39f4d1cbe
/
.
/
scripts
/
atomic
/
fallbacks
/
dec
blob: 10bbc82be31d6681e71eb9dfe9fa1d5e0f47ea11 [
file
]
cat
<<
EOF
static
inline
$
{
ret
}
$
{
atomic
}
_$
{
pfx
}
dec$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
sub
$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF