Linux Audio

Check our new training course

Loading...
Note: File does not exist in v5.14.15.
 1cat <<EOF
 2/**
 3 * ${class}${atomicname}() - atomic set with ${desc_order} ordering
 4 * @v: pointer to ${atomic}_t
 5 * @i: ${int} value to assign
 6 *
 7 * Atomically sets @v to @i with ${desc_order} ordering.
 8 *
 9 * ${desc_noinstr}
10 *
11 * Return: Nothing.
12 */
13EOF