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

/linux-master/kernel/kcsan/
H A Dkcsan_test.c1131 bool match_expect_inscope = false; local
1136 match_expect_inscope |= report_matches(&expect_inscope);
1137 } while (!end_test_checks(match_expect_inscope));
1139 KUNIT_EXPECT_FALSE(test, match_expect_inscope);
1161 bool match_expect_inscope = false; local
1167 match_expect_inscope |= report_matches(&expect_inscope);
1168 } while (!end_test_checks(match_expect_inscope));
1170 KUNIT_EXPECT_FALSE(test, match_expect_inscope);

Completed in 110 milliseconds