Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
6b77a338da8cc00ebcf6f7c7cf92f67362d3e8e5
/
.
/
scripts
/
atomic
/
fallbacks
/
set_release
blob: 16a374ae6bb16bf0094dcf309d8ae5537e6d1b42 [
file
]
cat
<<
EOF
if
(
__native_word
(
$
{
atomic
}
_t
))
{
smp_store_release
(&(
v
)->
counter
,
i
);
}
else
{
__atomic_release_fence
();
raw_$
{
atomic
}
_set
(
v
,
i
);
}
EOF