This commit is contained in:
twoneis 2025-03-19 13:44:23 +01:00
commit cfab1d3ce7
83468 changed files with 37938688 additions and 0 deletions
linux-6.8.1/scripts/atomic/kerneldoc

View file

@ -0,0 +1,13 @@
cat <<EOF
/**
* ${class}${atomicname}() - atomic subtract and test if zero 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}
*
* Return: @true if the resulting value of @v is zero, @false otherwise.
*/
EOF