Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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