Lines Matching full:accesses
4 * uninstrumented accesses, or change KCSAN checking behaviour of accesses.
57 * Accesses within the atomic region may appear to race with other accesses but
70 * Accesses within the atomic region may appear to race with other accesses but
81 * kcsan_atomic_next - consider following accesses as atomic
83 * Force treating the next n memory accesses for the current context as atomic
86 * @n: number of following memory accesses to treat as atomic.
93 * Set the access mask for all accesses for the current context if non-zero.
122 * Scoped accesses are implemented by appending @sa to an internal list for the
178 * Only use these to disable KCSAN for accesses in the current compilation unit;
243 * Check for atomic accesses: if atomic accesses are not ignored, this simply
267 * readers, to avoid data races, all these accesses must be marked; even
315 * increases the likelihood for KCSAN to detect racing accesses.
343 * ASSERT_EXCLUSIVE_ACCESS - assert no concurrent accesses to @var
345 * Assert that there are no concurrent accesses to @var (no readers nor
364 * checking if a clear scope where no concurrent accesses are expected exists.
375 * ASSERT_EXCLUSIVE_ACCESS_SCOPED - assert no concurrent accesses to @var in scope
379 * Assert that there are no concurrent accesses to @var (no readers nor writers)
383 * racing accesses.