Lines Matching full:scope
103 * out of scope; relies on attribute "cleanup", which is supported by all
123 * @sa: struct kcsan_scoped_access to use for the scope of the access
280 * checking if a clear scope where no concurrent writes are expected exists.
289 * expected to be unique for the scope in which instances of kcsan_scoped_access
302 * ASSERT_EXCLUSIVE_WRITER_SCOPED - assert no concurrent writes to @var in scope
307 * scope in which it is introduced. This provides a better way to fully cover
308 * the enclosing scope, compared to multiple ASSERT_EXCLUSIVE_WRITER(), and
312 * state changes within the scope itself:
358 * checking if a clear scope where no concurrent accesses are expected exists.
369 * ASSERT_EXCLUSIVE_ACCESS_SCOPED - assert no concurrent accesses to @var in scope
374 * for the entire duration of the scope in which it is introduced. This provides
375 * a better way to fully cover the enclosing scope, compared to multiple