Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
f6bf1bafdc2152bb22aff3a4e947f2441a1d49e2
/
.
/
scripts
/
atomic
/
fallbacks
/
inc
blob: f866b3ad235376237d1c3cf8dbc4c2b4498f8751 [
file
]
cat
<<
EOF
static
inline
$
{
ret
}
$
{
atomic
}
_$
{
pfx
}
inc$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
add$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF