Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e89d3a46710908c3973397849e758f6ca42db77d
/
.
/
scripts
/
atomic
/
fallbacks
/
set_release
blob: 86ede759f24eacdb546bf58a8fe9565e7028e082 [
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