Home
last modified time | relevance | path

Searched refs:match_expect_inscope (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/kernel/kcsan/
Dkcsan_test.c1129 bool match_expect_inscope = false; in test_assert_exclusive_writer_scoped() local
1134 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_writer_scoped()
1135 } while (!end_test_checks(match_expect_inscope)); in test_assert_exclusive_writer_scoped()
1137 KUNIT_EXPECT_FALSE(test, match_expect_inscope); in test_assert_exclusive_writer_scoped()
1159 bool match_expect_inscope = false; in test_assert_exclusive_access_scoped() local
1165 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_access_scoped()
1166 } while (!end_test_checks(match_expect_inscope)); in test_assert_exclusive_access_scoped()
1168 KUNIT_EXPECT_FALSE(test, match_expect_inscope); in test_assert_exclusive_access_scoped()