Lines Matching refs:READ_ONCE
38 r0 = READ_ONCE(y);
40 r1 = READ_ONCE(x);
61 r0 = READ_ONCE(y);
63 r1 = READ_ONCE(x);
96 r0 = READ_ONCE(flag);
99 r1 = READ_ONCE(flag);
106 r2 = READ_ONCE(data);
111 READ_ONCE() of "flag" and the READ_ONCE() of "data". Second, there is
124 r1 = READ_ONCE(flag);
131 r2 = READ_ONCE(data);
136 be ordered before the READ_ONCE() from data, thus solving the first
166 r0 = READ_ONCE(y);
175 r1 = READ_ONCE(x);
200 r0 = READ_ONCE(y);
209 r1 = READ_ONCE(x);
243 r0 = READ_ONCE(x);
244 r1 = READ_ONCE(x);
283 r0 = READ_ONCE(x);
284 r1 = READ_ONCE(x);