Lines Matching full:scope
109 * out of scope; relies on attribute "cleanup", which is supported by all
129 * @sa: struct kcsan_scoped_access to use for the scope of the access
286 * checking if a clear scope where no concurrent writes are expected exists.
295 * expected to be unique for the scope in which instances of kcsan_scoped_access
308 * ASSERT_EXCLUSIVE_WRITER_SCOPED - assert no concurrent writes to @var in scope
313 * scope in which it is introduced. This provides a better way to fully cover
314 * the enclosing scope, compared to multiple ASSERT_EXCLUSIVE_WRITER(), and
318 * state changes within the scope itself:
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
380 * for the entire duration of the scope in which it is introduced. This provides
381 * a better way to fully cover the enclosing scope, compared to multiple