Lines Matching refs:READ_ONCE
43 r0 = READ_ONCE(y);
45 r1 = READ_ONCE(x);
66 r0 = READ_ONCE(y);
68 r1 = READ_ONCE(x);
101 r0 = READ_ONCE(flag);
104 r1 = READ_ONCE(flag);
111 r2 = READ_ONCE(data);
116 READ_ONCE() of "flag" and the READ_ONCE() of "data". Second, there is
129 r1 = READ_ONCE(flag);
136 r2 = READ_ONCE(data);
141 be ordered before the READ_ONCE() from data, thus solving the first
171 r0 = READ_ONCE(y);
180 r1 = READ_ONCE(x);
205 r0 = READ_ONCE(y);
214 r1 = READ_ONCE(x);
248 r0 = READ_ONCE(x);
249 r1 = READ_ONCE(x);
288 r0 = READ_ONCE(x);
289 r1 = READ_ONCE(x);