aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/atomic/kerneldoc/and
blob: a923574351fc23c660b03d7da98a6a57d8a457ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cat <<EOF
/**
 * ${class}${atomicname}() - atomic bitwise AND 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