mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-21 08:32:39 +00:00
14 lines
260 B
Text
14 lines
260 B
Text
![]() |
cat <<EOF
|
||
|
/**
|
||
|
* ${class}${atomicname}() - atomic add with ${desc_order} ordering
|
||
|
* @i: ${int} value to add
|
||
|
* @v: pointer to ${atomic}_t
|
||
|
*
|
||
|
* Atomically updates @v to (@v + @i) with ${desc_order} ordering.
|
||
|
*
|
||
|
* ${desc_noinstr}
|
||
|
*
|
||
|
* ${desc_return}
|
||
|
*/
|
||
|
EOF
|