Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
driver-core
/
refs/tags/v5.19-rc3
/
.
/
scripts
/
atomic
/
fallbacks
/
andnot
blob: 5a42f54a3595032881edcc91af78d081ce2e82cf [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline $
{
ret
}
arch_$
{
atomic
}
_$
{
pfx
}
andnot$
{
sfx
}
$
{
order
}(
$
{
int
}
i
,
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
arch_$
{
atomic
}
_$
{
pfx
}
and
$
{
sfx
}
$
{
order
}(~
i
,
v
);
}
EOF