Lines Matching refs:WRITE_ONCE
29 WRITE_ONCE(x, 1);
31 WRITE_ONCE(y, 1);
70 WRITE_ONCE(x, 1);
72 WRITE_ONCE(y, 1);
101 WRITE_ONCE(data, 1);
102 WRITE_ONCE(flag, 1);
112 no ordering between the two WRITE_ONCE() calls. It should therefore be
126 WRITE_ONCE(data, 1);
138 ordered after the WRITE_ONCE() to "data", solving the second problem.
158 WRITE_ONCE(x, 1);
159 WRITE_ONCE(y, 1);
167 WRITE_ONCE(z, 1);
173 WRITE_ONCE(z, 2);
191 WRITE_ONCE(x, 1);
192 WRITE_ONCE(y, 1);
201 WRITE_ONCE(z, 1);
207 WRITE_ONCE(z, 2);
237 WRITE_ONCE(x, 1);
276 WRITE_ONCE(x, 1);