thesis/linux-6.8.1/scripts/atomic/kerneldoc/read
2025-03-19 13:44:23 +01:00

12 lines
251 B
Text

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