1
0
Fork 0
android_kernel_rockchip_tart/scripts/atomic/kerneldoc/set
2025-06-27 00:32:42 -05:00

13 lines
255 B
Text

cat <<EOF
/**
* ${class}${atomicname}() - atomic set with ${desc_order} ordering
* @v: pointer to ${atomic}_t
* @i: ${int} value to assign
*
* Atomically sets @v to @i with ${desc_order} ordering.
*
* ${desc_noinstr}
*
* Return: Nothing.
*/
EOF