Lines Matching refs:code
42 compiler's use of code-motion and common-subexpression optimizations.
54 imply correct code. Therefore, please take a thoughtful approach
55 when responding to KCSAN complaints. Churning the code base with
92 to x allows KCSAN to detect reads from x from within regions of code
139 code (such as a barrier() call) will force the occasional reload.
155 for example, from sysfs. This means that some code in sysfs writes
206 the other in the interrupted code. You can override this
211 code's synchronization rules.
235 code, yourself included, are reminded of the synchronization design.
238 needed to remind people reading your code, again, yourself included,
272 diagnostic purposes. The code might look as follows:
308 ignored. This data_race() also tells the human reading the code that
345 while holding a spinlock, but is read locklessly. The code might look
374 For another example, suppose that the code can normally make use of
376 is required. These times are indicated via a global flag. The code
437 All code paths leading from the do_something_locked() function's first
468 updated locklessly. The code might look as follows:
500 that locklessly and concurrently access foo. Some snippets of this code
544 of interest really do occur. For example, consider the following code
574 actually happen. KCSAN can evaluate the stress test when the above code