Lines Matching full:accesses
4 * uninstrumented accesses, or change KCSAN checking behaviour of accesses.
87 * Accesses within the atomic region may appear to race with other accesses but
100 * Accesses within the atomic region may appear to race with other accesses but
111 * kcsan_atomic_next - consider following accesses as atomic
113 * Force treating the next n memory accesses for the current context as atomic
116 * @n: number of following memory accesses to treat as atomic.
123 * Set the access mask for all accesses for the current context if non-zero.
163 * Scoped accesses are implemented by appending @sa to an internal list for the
223 * Only use these to disable KCSAN for accesses in the current compilation unit;
323 * Check for atomic accesses: if atomic accesses are not ignored, this simply
347 * readers, to avoid data races, all these accesses must be marked; even
395 * increases the likelihood for KCSAN to detect racing accesses.
423 * ASSERT_EXCLUSIVE_ACCESS - assert no concurrent accesses to @var
425 * Assert that there are no concurrent accesses to @var (no readers nor
444 * checking if a clear scope where no concurrent accesses are expected exists.
455 * ASSERT_EXCLUSIVE_ACCESS_SCOPED - assert no concurrent accesses to @var in scope
459 * Assert that there are no concurrent accesses to @var (no readers nor writers)
463 * racing accesses.