Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
tty
/
c55572276834f8b17c859db7d20c224fe25b9eda
/
.
/
scripts
/
atomic
/
fallbacks
/
set_release
blob: 76068272d5f52f5a8e7ff72b8ef587bb24a707dd [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline
void
$
{
arch
}
$
{
atomic
}
_set_release
(
$
{
atomic
}
_t
*
v
,
$
{
int
}
i
)
{
smp_store_release
(&(
v
)->
counter
,
i
);
}
EOF