scripts/atomic/kerneldoc/sub_and_test

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

File Facts

System
Linux kernel
Corpus path
scripts/atomic/kerneldoc/sub_and_test
Extension
[no extension]
Size
342 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 subtract and test if zero with ${desc_order} ordering
 * @i: ${int} value to subtract
 * @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

Annotation

Implementation Notes