Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux
/
081f359ef5334b0e034979e4e930c2ce80f3001b
/
.
/
scripts
/
atomic
/
fallbacks
/
dec
blob: 8c144c818e9edadee83fe536c8f3e89bb9d2024a [
file
] [
log
] [
blame
]
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