scripts/atomic/kerneldoc/andnot

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

File Facts

System
Linux kernel
Corpus path
scripts/atomic/kerneldoc/andnot
Extension
[no extension]
Size
266 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 bitwise AND NOT with ${desc_order} ordering
 * @i: ${int} value
 * @v: pointer to ${atomic}_t
 *
 * Atomically updates @v to (@v & ~@i) with ${desc_order} ordering.
 *
 * ${desc_noinstr}
 *
 * ${desc_return}
 */
EOF

Annotation

Implementation Notes