Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
akpm
/
mm
/
501581cc0fba319ffad4c801c12a616aaa05a34b
/
.
/
scripts
/
atomic
/
kerneldoc
/
read
blob: 89fe6147c9643e759aea9984050ee2a925b81b63 [
file
] [
log
] [
blame
]
cat
<<
EOF
/**
* ${class}${atomicname}() - atomic load with ${desc_order} ordering
* @v: pointer to ${atomic}_t
*
* Atomically loads the value of @v with ${desc_order} ordering.
*
* ${desc_noinstr}
*
* Return: The value loaded from @v.
*/
EOF