Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
tnguy
/
net-queue
/
967a72fa7f6b77eb9f65c7365487662a4d04dbe4
/
.
/
scripts
/
atomic
/
kerneldoc
/
add
blob: 991f3dafceea35d6e6a176d45f3b9dfab74447d5 [
file
] [
log
] [
blame
]
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