Lines Matching refs:WRITE_ONCE
34 WRITE_ONCE(x, 1);
36 WRITE_ONCE(y, 1);
75 WRITE_ONCE(x, 1);
77 WRITE_ONCE(y, 1);
106 WRITE_ONCE(data, 1);
107 WRITE_ONCE(flag, 1);
117 no ordering between the two WRITE_ONCE() calls. It should therefore be
131 WRITE_ONCE(data, 1);
143 ordered after the WRITE_ONCE() to "data", solving the second problem.
163 WRITE_ONCE(x, 1);
164 WRITE_ONCE(y, 1);
172 WRITE_ONCE(z, 1);
178 WRITE_ONCE(z, 2);
196 WRITE_ONCE(x, 1);
197 WRITE_ONCE(y, 1);
206 WRITE_ONCE(z, 1);
212 WRITE_ONCE(z, 2);
242 WRITE_ONCE(x, 1);
281 WRITE_ONCE(x, 1);