Lines Matching defs:seq_n
18 * A failure can occur if an update to seq_n is not made globally visible by
31 * from removing/reording atomic and seq_n, mark them as volatile.
37 int seq_n;
43 /* Instead of storing seq_n on the stack (probably next to the atomic variable
46 * seq_n will be synchronised between processors as a byproduct of the atomic
49 static int *seq_n;
61 (m + (*seq_n))->id = id;
62 *seq_n += 1;
103 seq_n = &((m + THREADS / 2)->seq_n);