Lines Matching full:because
88 data_race() for the diagnostic reads because otherwise KCSAN would give
97 to generate false positives because KCSAN will have no way of knowing
121 to generate false positives because KCSAN will have no way of knowing
142 to generate false positives because KCSAN will have no way of knowing
159 because KCSAN will have no way of knowing that the resulting data race
204 because doing otherwise prevents KCSAN from detecting violations of your
314 for KCSAN because it is not always easy to tell hardware watchpoint to
343 Because foo is read locklessly, all accesses are marked. The purpose
433 The smp_load_acquire() and smp_store_release() are required because
464 Because foo is accessed locklessly, all accesses are marked. It does
465 not make sense to use ASSERT_EXCLUSIVE_WRITER() in this case because
509 The initialize_foo() uses a plain C-language write to foo because there