Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
usb
/
41dac9a2ad4a3d5c96394a23dd53b7e6edcb80ba
/
.
/
scripts
/
atomic
/
fallbacks
/
read_acquire
blob: 75863b5203f74e38706f309a7c8a66d2611f9c31 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
inline
$
{
ret
}
$
{
atomic
}
_read_acquire
(
const
$
{
atomic
}
_t
*
v
)
{
return
smp_load_acquire
(&(
v
)->
counter
);
}
EOF