scripts/atomic/kerneldoc/add_negative

Source file repositories/reference/linux-study-clean/scripts/atomic/kerneldoc/add_negative

File Facts

System
Linux kernel
Corpus path
scripts/atomic/kerneldoc/add_negative
Extension
[no extension]
Size
340 bytes
Lines
14
Domain
Support Tooling And Documentation
Bucket
scripts
Inferred role
Support Tooling And Documentation: scripts
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

cat <<EOF
/**
 * ${class}${atomicname}() - atomic add and test if negative 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 negative, @false otherwise.
 */
EOF

Annotation

Implementation Notes