Linux Audio

Check our new training course

Loading...
v6.8
 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
v6.9.4
 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