Lines Matching full:writes
71 4. Writes setting values that feed into error-tolerant heuristics.
85 concurrently with updates to x. Then using plain C-language writes
146 Writes Setting Values Feeding Into Error-Tolerant Heuristics
149 for example, from sysfs. This means that some code in sysfs writes
150 to this same variable, and these writes can also use data_race().
195 b. When the store writes the value already contained in
230 and data_race() writes on the other, KCSAN will not report the location
231 of these data_race() writes.
289 buggy lockless writes, read_foo_diagnostic() can be updated as follows:
304 However, in order for KCSAN to detect buggy lockless writes, your kernel
318 Lock-Protected Writes With Lockless Reads
348 Lock-Protected Writes With Heuristic Lockless Reads
441 Lockless Reads and Writes
469 C-language writes to foo.
472 Lockless Reads and Writes, But With Single-Threaded Initialization
513 flag buggy concurrent writes, even if: (1) Those writes are marked or