Lines Matching refs:prevent
205 is required to prevent compiler mischief. Please note that you
697 The initial ACCESS_ONCE() is still required to prevent the compiler from
1347 The ACCESS_ONCE() function can prevent any number of optimizations that,
1383 Use ACCESS_ONCE() to prevent the compiler from doing this to you:
1407 Again, use ACCESS_ONCE() to prevent the compiler from doing this:
1467 Use ACCESS_ONCE() to prevent the compiler from making this sort of
1490 There is nothing to prevent the compiler from transforming
1502 to prevent this as follows:
1554 Use ACCESS_ONCE() to prevent this as follows:
1563 poor performance and scalability. Use ACCESS_ONCE() to prevent
2269 operations that affect both CPUs may have to be carefully ordered to prevent
2950 ACCESS_ONCE() does whatever is necessary to prevent this, for example, on
2952 special ld.acq and st.rel instructions that prevent such reordering.