Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
rt
/
linux-rt-devel
/
ba36dd5ee6fd4643ebbf6ee6eefcecf0b07e35c7
/
.
/
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