1 cat <<EOF 1 cat <<EOF 2 /** 2 /** 3 * ${class}${atomicname}() - atomic bitwise AN 3 * ${class}${atomicname}() - atomic bitwise AND NOT with ${desc_order} ordering 4 * @i: ${int} value 4 * @i: ${int} value 5 * @v: pointer to ${atomic}_t 5 * @v: pointer to ${atomic}_t 6 * 6 * 7 * Atomically updates @v to (@v & ~@i) with ${ 7 * Atomically updates @v to (@v & ~@i) with ${desc_order} ordering. 8 * 8 * 9 * ${desc_noinstr} 9 * ${desc_noinstr} 10 * 10 * 11 * ${desc_return} 11 * ${desc_return} 12 */ 12 */ 13 EOF 13 EOF
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.