Searched refs:match_expect_inscope (Results 1 – 1 of 1) sorted by relevance
1134 bool match_expect_inscope = false; in test_assert_exclusive_writer_scoped() local1139 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_writer_scoped()1140 } while (!end_test_checks(match_expect_inscope)); in test_assert_exclusive_writer_scoped()1142 KUNIT_EXPECT_FALSE(test, match_expect_inscope); in test_assert_exclusive_writer_scoped()1164 bool match_expect_inscope = false; in test_assert_exclusive_access_scoped() local1170 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_access_scoped()1171 } while (!end_test_checks(match_expect_inscope)); in test_assert_exclusive_access_scoped()1173 KUNIT_EXPECT_FALSE(test, match_expect_inscope); in test_assert_exclusive_access_scoped()